This commit is contained in:
j 2023-09-28 12:56:49 +02:00
parent b5b5a425d7
commit 94452b3e41
9 changed files with 36 additions and 0 deletions

View file

@ -10,6 +10,42 @@
font-family: "wrong font"; font-family: "wrong font";
src: url("https://files.pad.ma/ttf/wrongfont.woff") format("woff"); src: url("https://files.pad.ma/ttf/wrongfont.woff") format("woff");
} }
// Font: Noto Sans
@font-face {
font-family: 'Noto Sans';
src: url('../fonts/noto-sans/noto-sans-regular-webfont.woff2') format('woff2'),
url('../fonts/noto-sans/noto-sans-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Noto Sans';
src: url('../fonts/noto-sans/noto-sans-italic-webfont.woff2') format('woff2'),
url('../fonts/noto-sans/noto-sans-italic-webfont.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Noto Sans';
src: url('../fonts/noto-sans/noto-sans-bold-webfont.woff2') format('woff2'),
url('../fonts/noto-sans/noto-sans-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Noto Sans';
src: url('../fonts/noto-sans-bold-italic-webfont.woff2') format('woff2'),
url('../fonts/noto-sans-bold-italic-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}
i { i {
font-style: italic; font-style: italic;
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.