Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit cb55899

Browse files
committed
feat: add fall back fonts
1 parent 16bf3f0 commit cb55899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/assets/custom-theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default extendTheme({
1717
},
1818
},
1919
fonts: {
20-
heading: 'Inter, sans-serif',
21-
body: 'Inter, sans-serif',
20+
heading: `Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`,
21+
body: `Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`,
2222
},
2323
shadows: {
2424
search:

0 commit comments

Comments
 (0)