aboutsummaryrefslogtreecommitdiff
path: root/lume/src/styles.css
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-09 12:58:08 -0400
committerXe Iaso <me@xeiaso.net>2025-04-09 12:58:15 -0400
commit12f3bb2ff8c5f5ebac34a6cd3a7ab44a1b2666c1 (patch)
treeeed9f721f80bb19a233cb3a5acf4858dfe538ddf /lume/src/styles.css
parent782293bb04d1abc797e8667afa6e9666a1608b49 (diff)
downloadxesite-12f3bb2ff8c5f5ebac34a6cd3a7ab44a1b2666c1.tar.xz
xesite-12f3bb2ff8c5f5ebac34a6cd3a7ab44a1b2666c1.zip
try changing font to see if anyone screams
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume/src/styles.css')
-rw-r--r--lume/src/styles.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/lume/src/styles.css b/lume/src/styles.css
index 01f15e3..51d6613 100644
--- a/lume/src/styles.css
+++ b/lume/src/styles.css
@@ -5,6 +5,51 @@
@import url(https://cdn.xeiaso.net/static/css/iosevka/family.css);
@import url(https://cdn.xeiaso.net/static/css/podkova/family.css);
+/* latin-ext */
+@font-face {
+ font-family: "Schibsted Grotesk";
+ font-style: italic;
+ font-weight: 400 900;
+ font-display: swap;
+ src: url(static/font/schibsted-grotesk-italic-latin-ext.woff2) format("woff2");
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
+ U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
+ U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
+}
+/* latin */
+@font-face {
+ font-family: "Schibsted Grotesk";
+ font-style: italic;
+ font-weight: 400 900;
+ font-display: swap;
+ src: url(static/font/schibsted-grotesk-italic-latin.woff2) format("woff2");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
+ U+2212, U+2215, U+FEFF, U+FFFD;
+}
+/* latin-ext */
+@font-face {
+ font-family: "Schibsted Grotesk";
+ font-style: normal;
+ font-weight: 400 900;
+ font-display: swap;
+ src: url(static/font/schibsted-grotesk-latin-ext.woff2) format("woff2");
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
+ U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
+ U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
+}
+/* latin */
+@font-face {
+ font-family: "Schibsted Grotesk";
+ font-style: normal;
+ font-weight: 400 900;
+ font-display: swap;
+ src: url(static/font/schibsted-grotesk-latin.woff2) format("woff2");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
+ U+2212, U+2215, U+FEFF, U+FFFD;
+}
+
@layer base {
a {
@apply text-link-light-normal hover:text-link-light-hover hover:bg-link-light-hoverBg visited:text-link-light-visited visited:hover:text-link-light-visitedHover visited:hover:bg-link-light-visitedHoverBg underline;