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