Hello whiny.lol
This commit is contained in:
53
assets/css/fonts.css
Normal file
53
assets/css/fonts.css
Normal file
@@ -0,0 +1,53 @@
|
||||
/* Body */
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter Variable";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Inter.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter Variable";
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
src: url("/fonts/Inter-Italic.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
}
|
||||
|
||||
/* Heading */
|
||||
|
||||
@font-face {
|
||||
font-family: "IBM Plex Sans Variable";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
src: url("/fonts/IBM Plex Sans Var-Roman.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "IBM Plex Sans Variable";
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
src: url("/fonts/IBM Plex Sans Var-Italic.woff2") format("woff2");
|
||||
font-weight: 100 900;
|
||||
}
|
||||
|
||||
/* Mono */
|
||||
|
||||
@font-face {
|
||||
font-family: "IBM Plex Mono";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
src: url("/fonts/IBMPlexMono-Regular.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "IBM Plex Mono";
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
src: url("/fonts/IBMPlexMono-Italic.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
}
|
||||
Reference in New Issue
Block a user