Skip to content

Commit

Permalink
Add System Font to theme.json. Fixes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 2, 2023
1 parent 9aa3e45 commit 2a72f53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
}
]
},
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFamily": "monospace",
"name": "Monospace",
Expand Down

0 comments on commit 2a72f53

Please sign in to comment.