Skip to content

Commit 795715e

Browse files
authored
Use backwards-compatible font stack for base theme
1 parent 4c98d59 commit 795715e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/preset-base/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const heading = {
88
export const base = {
99
space: [0, 4, 8, 16, 32, 64, 128, 256, 512],
1010
fonts: {
11-
body: 'system-ui, sans-serif',
11+
body: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif',
1212
heading: 'inherit',
1313
monospace: 'Menlo, monospace',
1414
},

0 commit comments

Comments
 (0)