Skip to content

Commit 7002180

Browse files
committed
Recursive font stack
1 parent 08a545f commit 7002180

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_sass/abstracts/_variables.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
:root {
22
color-scheme: light dark;
3-
3+
44
--name-slant: -10;
55

6-
--text-font-stack: "halyard-text-variable", system-ui, sans-serif;
7-
--display-font-stack: "halyard-display-variable", system-ui, sans-serif;
6+
--text-font-stack: 'Recursive', system-ui, sans-serif;
87
--border-thickness: 1px;
98

109
--light-background: color(display-p3 0.998 0.982 0.984);

_sass/base/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--font-weight-bold: 781;
2626
--font-weight-black: 976;
2727

28-
font-family: 'Recursive', monospace;
28+
font-family: var(--text-font-stack);
2929
font-weight: var(--font-weight-normal);
3030
font-display: fallback;
3131

0 commit comments

Comments
 (0)