fonts
This commit is contained in:
parent
b5b5a425d7
commit
94452b3e41
9 changed files with 36 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
BIN
app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-bold-italic-webfont.woff2
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-bold-webfont.woff
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-bold-webfont.woff
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-bold-webfont.woff2
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-bold-webfont.woff2
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-italic-webfont.woff
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-italic-webfont.woff
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-italic-webfont.woff2
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-italic-webfont.woff2
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-regular-webfont.woff
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-regular-webfont.woff
Executable file
Binary file not shown.
BIN
app/static/fonts/noto-sans/noto-sans-regular-webfont.woff2
Executable file
BIN
app/static/fonts/noto-sans/noto-sans-regular-webfont.woff2
Executable file
Binary file not shown.
Loading…
Reference in a new issue