13 lines
441 B
CSS
Raw Normal View History

2016-03-24 17:19:32 +01:00
@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.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;
}