fonts: switch to serving fonts from the server
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
27
static/fonts/iosevka.css
Normal file
27
static/fonts/iosevka.css
Normal file
@@ -0,0 +1,27 @@
|
||||
@font-face {
|
||||
font-family: 'Iosevka Web';
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url('woff2/iosevka-regular.woff2') format('woff2'), url('ttf/iosevka-regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Iosevka Web';
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src: url('woff2/iosevka-bold.woff2') format('woff2'), url('ttf/iosevka-bold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Iosevka Web';
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: italic;
|
||||
src: url('woff2/iosevka-italic.woff2') format('woff2'), url('ttf/iosevka-italic.ttf') format('truetype');
|
||||
}
|
||||
BIN
static/fonts/ttf/iosevka-bold.ttf
Normal file
BIN
static/fonts/ttf/iosevka-bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/ttf/iosevka-italic.ttf
Normal file
BIN
static/fonts/ttf/iosevka-italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/ttf/iosevka-regular.ttf
Normal file
BIN
static/fonts/ttf/iosevka-regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/woff2/iosevka-bold.woff2
Normal file
BIN
static/fonts/woff2/iosevka-bold.woff2
Normal file
Binary file not shown.
BIN
static/fonts/woff2/iosevka-italic.woff2
Normal file
BIN
static/fonts/woff2/iosevka-italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/woff2/iosevka-regular.woff2
Normal file
BIN
static/fonts/woff2/iosevka-regular.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user