added notosans webfont

This commit is contained in:
2019-09-23 15:57:36 +02:00
parent bb71738d90
commit aab77fb6f2
45 changed files with 128 additions and 0 deletions
+126
View File
@@ -0,0 +1,126 @@
@font-face {
font-family: 'noto_sans';
src: url('notosans-thin-webfont.woff2') format('woff2'),
url('notosans-thin-webfont.woff') format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-thinitalic-webfont.woff2') format('woff2'),
url('notosans-thinitalic-webfont.woff') format('woff');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extralight-webfont.woff2') format('woff2'),
url('notosans-extralight-webfont.woff') format('woff');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extralightitalic-webfont.woff2') format('woff2'),
url('notosans-extralightitalic-webfont.woff') format('woff');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-light-webfont.woff2') format('woff2'),
url('notosans-light-webfont.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-lightitalic-webfont.woff2') format('woff2'),
url('notosans-lightitalic-webfont.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-regular-webfont.woff2') format('woff2'),
url('notosans-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-italic-webfont.woff2') format('woff2'),
url('notosans-italic-webfont.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-medium-webfont.woff2') format('woff2'),
url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-mediumitalic-webfont.woff2') format('woff2'),
url('notosans-mediumitalic-webfont.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-semibold-webfont.woff2') format('woff2'),
url('notosans-semibold-webfont.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-semibolditalic-webfont.woff2') format('woff2'),
url('notosans-semibolditalic-webfont.woff') format('woff');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-bold-webfont.woff2') format('woff2'),
url('notosans-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-bolditalic-webfont.woff2') format('woff2'),
url('notosans-bolditalic-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extrabold-webfont.woff2') format('woff2'),
url('notosans-extrabold-webfont.woff') format('woff');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-extrabolditalic-webfont.woff2') format('woff2'),
url('notosans-extrabolditalic-webfont.woff') format('woff');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-black-webfont.woff2') format('woff2'),
url('notosans-black-webfont.woff') format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'noto_sans';
src: url('notosans-blackitalic-webfont.woff2') format('woff2'),
url('notosans-blackitalic-webfont.woff') format('woff');
font-weight: 900;
font-style: italic;
}