Skip to content

Commit

Permalink
fix: add system-ui fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 22, 2024
1 parent 4ada63d commit b707f62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ const defaultValues = {
'monospace': ['Courier New'],
'cursive': [],
'fantasy': [],
'system-ui': [],
'system-ui': [
'BlinkMacSystemFont',
'Segoe UI',
'Roboto',
'Helvetica Neue',
'Arial',
],
'ui-serif': ['Times New Roman'],
'ui-sans-serif': ['Arial'],
'ui-monospace': ['Courier New'],
Expand Down

0 comments on commit b707f62

Please sign in to comment.