25 lines
795 B
CSS
25 lines
795 B
CSS
/* Optional, self-hosted Latin variable fonts. Import before styles.css. */
|
|
@font-face {
|
|
font-family: "Montserrat Variable";
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 100 900;
|
|
src: url("@fontsource-variable/montserrat/files/montserrat-latin-wght-normal.woff2") format("woff2-variations");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Open Sans Variable";
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 300 800;
|
|
src: url("@fontsource-variable/open-sans/files/open-sans-latin-wght-normal.woff2") format("woff2-variations");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono Variable";
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 100 800;
|
|
src: url("@fontsource-variable/jetbrains-mono/files/jetbrains-mono-latin-wght-normal.woff2") format("woff2-variations");
|
|
}
|