idk
This commit is contained in:
parent
862b11b9ef
commit
9c6da082a0
31 changed files with 441 additions and 263 deletions
|
|
@ -1,4 +1,52 @@
|
|||
@import url(/fonts/iosevka-custom/import.css);
|
||||
@font-face {
|
||||
font-family: "Iosevka Custom Web";
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
src:
|
||||
url("/fonts/iosevka-custom/WOFF2/IosevkaCustom-Regular.woff2")
|
||||
format("woff2"),
|
||||
url("/fonts/iosevka-custom/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("/fonts/iosevka-custom/WOFF2/IosevkaCustom-Italic.woff2")
|
||||
format("woff2"),
|
||||
url("/fonts/iosevka-custom/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("/fonts/iosevka-custom/WOFF2/IosevkaCustom-Bold.woff2") format("woff2"),
|
||||
url("/fonts/iosevka-custom/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("/fonts/iosevka-custom/WOFF2/IosevkaCustom-BoldItalic.woff2")
|
||||
format("woff2"),
|
||||
url("/fonts/iosevka-custom/TTF/IosevkaCustom-BoldItalic.ttf")
|
||||
format("truetype");
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
|
|
@ -70,6 +118,7 @@ pre,
|
|||
code,
|
||||
button {
|
||||
font-family:
|
||||
"Iosevka Custom Web", "Iosevka Custom", "Iosevka", monospace, sans-serif;
|
||||
line-height: 1.7;
|
||||
"Iosevka Custom Web", "Iosevka Custom", Iosevka, monospace, sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue