2021-04-28 20:10:26 +02:00

10 lines
353 B
CSS

@font-face {
font-family: 'Noto Sans';
src: url('NotoSans-Italic-webfont.eot');
src: url('NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('NotoSans-Italic-webfont.woff') format('woff'),
url('NotoSans-Italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}