54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
/* 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;
|
|
}
|