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

13 lines
538 B
CSS

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