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

13 lines
514 B
CSS

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