initial commit
This commit is contained in:
commit
e2466b202a
50 changed files with 4356 additions and 0 deletions
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Bold.ttf
Normal file
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-BoldItalic.ttf
Normal file
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Italic.ttf
Normal file
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Regular.ttf
Normal file
BIN
static/fonts/iosevka-custom/TTF/IosevkaCustom-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Bold.woff2
Normal file
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-BoldItalic.woff2
Normal file
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Italic.woff2
Normal file
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Regular.woff2
Normal file
BIN
static/fonts/iosevka-custom/WOFF2/IosevkaCustom-Regular.woff2
Normal file
Binary file not shown.
43
static/fonts/iosevka-custom/import.css
vendored
Normal file
43
static/fonts/iosevka-custom/import.css
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
@font-face {
|
||||
font-family: "Iosevka Custom Web";
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src:
|
||||
url("WOFF2/IosevkaCustom-Regular.woff2") format("woff2"),
|
||||
url("TTF/IosevkaCustom-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Iosevka Custom Web";
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: italic;
|
||||
src:
|
||||
url("WOFF2/IosevkaCustom-Italic.woff2") format("woff2"),
|
||||
url("TTF/IosevkaCustom-Italic.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Iosevka Custom Web";
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src:
|
||||
url("WOFF2/IosevkaCustom-Bold.woff2") format("woff2"),
|
||||
url("TTF/IosevkaCustom-Bold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Iosevka Custom Web";
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
font-style: italic;
|
||||
src:
|
||||
url("WOFF2/IosevkaCustom-BoldItalic.woff2") format("woff2"),
|
||||
url("TTF/IosevkaCustom-BoldItalic.ttf") format("truetype");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue