MagicMirror/fonts/roboto_thin/stylesheet.css
2016-03-24 17:19:32 +01:00

13 lines
397 B
CSS
Executable File

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