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

10 lines
343 B
CSS

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