Skip to content

Commit 12f3bb2

Browse files
committed
try changing font to see if anyone screams
Signed-off-by: Xe Iaso <[email protected]>
1 parent 782293b commit 12f3bb2

8 files changed

+48
-3
lines changed

lume/src/_includes/base.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<body class="px-4 py-2 mx-auto bg-bg-hard dark:bg-bgDark-hard text-fg-0 dark:text-fgDark-0 lg:max-w-5xl">
7878
<header>
7979
<nav
80-
class="flex flex-wrap items-center w-full py-4 md:py-0 px-4 text-lg text-fg-1 dark:text-fgDark-1 bg-bg-soft dark:bg-bgDark-soft">
80+
class="flex flex-wrap items-center w-full py-4 md:py-0 px-4 text-lg text-fg-1 dark:text-fgDark-1 bg-bg-soft dark:bg-bgDark-soft font-aile">
8181
<div class="p-2 flex flex-wrap items-center flex-shrink-0 mr-6">
8282
<svg class="w-4 h-8 sm:w-8 sm:h-16" width="19in" height="32in" viewBox="0 0 1824 3071.9999" version="1.1"
8383
id="svg5">

lume/src/_includes/blog.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ layout: base.njk
1616
</p>
1717

1818
{% if desc %}
19-
<p class="max-w-[60ch] lg:mx-auto text-sm font-serif text-fg-3 dark:text-fgDark-3 my-1">{{desc}}</p>
19+
<p class="max-w-[60ch] lg:mx-auto text-sm font-sans text-fg-3 dark:text-fgDark-3 my-1">{{desc}}</p>
2020
{% endif %}
2121

2222
{% if patronExclusive %}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lume/src/styles.css

+45
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,51 @@
55
@import url(https://cdn.xeiaso.net/static/css/iosevka/family.css);
66
@import url(https://cdn.xeiaso.net/static/css/podkova/family.css);
77

8+
/* latin-ext */
9+
@font-face {
10+
font-family: "Schibsted Grotesk";
11+
font-style: italic;
12+
font-weight: 400 900;
13+
font-display: swap;
14+
src: url(static/font/schibsted-grotesk-italic-latin-ext.woff2) format("woff2");
15+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
16+
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
17+
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
18+
}
19+
/* latin */
20+
@font-face {
21+
font-family: "Schibsted Grotesk";
22+
font-style: italic;
23+
font-weight: 400 900;
24+
font-display: swap;
25+
src: url(static/font/schibsted-grotesk-italic-latin.woff2) format("woff2");
26+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
27+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
28+
U+2212, U+2215, U+FEFF, U+FFFD;
29+
}
30+
/* latin-ext */
31+
@font-face {
32+
font-family: "Schibsted Grotesk";
33+
font-style: normal;
34+
font-weight: 400 900;
35+
font-display: swap;
36+
src: url(static/font/schibsted-grotesk-latin-ext.woff2) format("woff2");
37+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
38+
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
39+
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
40+
}
41+
/* latin */
42+
@font-face {
43+
font-family: "Schibsted Grotesk";
44+
font-style: normal;
45+
font-weight: 400 900;
46+
font-display: swap;
47+
src: url(static/font/schibsted-grotesk-latin.woff2) format("woff2");
48+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
49+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
50+
U+2212, U+2215, U+FEFF, U+FFFD;
51+
}
52+
853
@layer base {
954
a {
1055
@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;

lume/tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
theme: {
66
extend: {
77
fontFamily: {
8-
sans: ["Iosevka Aile Iaso", "sans-serif"],
8+
sans: ["Schibsted Grotesk", "Iosevka Aile Iaso", "sans-serif"],
99
mono: ["Iosevka Curly Iaso", "monospace"],
1010
serif: ["Podkova", "Iosevka Etoile Iaso", "serif"],
1111
aile: ["Iosevka Aile Iaso", "Inter"],

0 commit comments

Comments
 (0)