Skip to content

Commit 05a5f65

Browse files
committed
Update monospace font stack for Windows friends
1 parent 1b31975 commit 05a5f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/styles/exports/generated.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
--ts-font-sans: Inter, Helvetica, Arial, -apple-system, BlinkMacSystemFont,
409409
"Segoe UI", sans-serif;
410410
--ts-font-serif: "DM Serif Display", Georgia, Times, serif;
411-
--ts-font-mono: SFMono-Regular, Menlo, mono;
411+
--ts-font-mono: SFMono-Regular, Menlo, Consolas, mono;
412412
--ts-font-body: var(--ts-font-sans);
413413
--ts-font-display: var(--ts-font-serif);
414414
}

src/styles/tokens.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"fontFamily": {
104104
"sans": "Inter, Helvetica, Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
105105
"serif": "'DM Serif Display', Georgia, Times, serif",
106-
"mono": "SFMono-Regular, Menlo, mono",
106+
"mono": "SFMono-Regular, Menlo, Consolas, mono",
107107
"display": "'DM Serif Display', Georgia, Times, serif",
108108
"body": "Inter, Helvetica, Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
109109
},

0 commit comments

Comments
 (0)