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

Commit eb51011

Browse files
committed
Fix GlobalStyles
1 parent 5088917 commit eb51011

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/GlobalStyles.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ const GlobalStyles = ({ children }: { children: React.ReactNode }) => {
2929
textarea,
3030
select,
3131
button {
32-
font-family: system-ui, sans-serif;
32+
font-family: -apple-system, 'Helvetica Neue', 'Segoe UI', Roboto,
33+
Helvetica, Arial, sans-serif, 'Apple Color Emoji',
34+
'Segoe UI Emoji', 'Segoe UI Symbol';
3335
}
3436
3537
${ns} {

0 commit comments

Comments
 (0)