Skip to content

Commit fa8a482

Browse files
authored
fix(font): use monospace fallback (#2412)
This helps with browsers/configs which blocks web fonts. ## Before <img width="2880" height="1752" alt="image" src="https://github.com/user-attachments/assets/723ea5a8-4398-4b6f-9275-14cc7ecfc160" /> ## After <img width="2880" height="1752" alt="image" src="https://github.com/user-attachments/assets/7439d616-b49d-4598-9df4-a4b71d8d20b6" />
1 parent a344e79 commit fa8a482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--font-sans: var(--font-inter), system-ui;
77
--font-source: var(--font-source-sans-pro), system-ui;
88
--font-sans--font-feature-settings: "cv02", "cv03", "cv04", "cv11";
9-
--font-mono: var(--font-plex-mono);
9+
--font-mono: var(--font-plex-mono), monospace;
1010
--font-mono--font-feature-settings: "ss02", "zero";
1111
--font-ubuntu-mono: var(--font-ubuntu-mono);
1212
}

0 commit comments

Comments
 (0)