ester_os/client/static/fonts/roboto/roboto_thinitalic_macroman/stylesheet.css
2020-02-15 20:01:41 +01:00

13 lines
506 B
CSS

@font-face {
font-family: 'robotothin_italic';
src: url('Roboto-ThinItalic-webfont.eot');
src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-ThinItalic-webfont.woff2') format('woff2'),
url('Roboto-ThinItalic-webfont.woff') format('woff'),
url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
url('Roboto-ThinItalic-webfont.svg#robotothin_italic') format('svg');
font-weight: normal;
font-style: normal;
}