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

13 lines
580 B
CSS

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