brz9-cdn/fonts/base/hermit.css

43 lines
843 B
CSS

@font-face {
font-family: 'Hermit';
src: url('Hermit_600I.otf') format('opentype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Hermit';
src: url('Hermit_400I.otf') format('opentype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Hermit';
src: url('Hermit_200I.otf') format('opentype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Hermit';
src: url('Hermit_200.otf') format('opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Hermit';
src: url('Hermit_400.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Hermit';
src: url('Hermit_600.otf') format('opentype');
font-weight: 600;
font-style: normal;
}