Skip to content

Commit

Permalink
DEV: update system font stack to system-ui (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot authored Feb 4, 2025
1 parent 73865ca commit 8e0417f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/discourse_fonts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def self.fonts
{ name: "Arial", stack: "Arial, sans-serif" },
{
name: "System",
stack:
"-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif"
stack: "system-ui, Arial, sans-serif"
},
{
name: "Open Sans",
Expand Down

0 comments on commit 8e0417f

Please sign in to comment.