14 lines
472 B
CSS
14 lines
472 B
CSS
@font-face {
|
|
font-family: 'biorhymebold';
|
|
src: url('BioRhyme-Bold-webfont.eot');
|
|
src: url('BioRhyme-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('BioRhyme-Bold-webfont.woff2') format('woff2'),
|
|
url('BioRhyme-Bold-webfont.woff') format('woff'),
|
|
url('BioRhyme-Bold-webfont.ttf') format('truetype'),
|
|
url('BioRhyme-Bold-webfont.svg#biorhymebold') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|