Skip to content

Instantly share code, notes, and snippets.

@kurdin
Forked from harrydayexe/DefaultFonts.css
Created December 4, 2022 16:37
Show Gist options
  • Save kurdin/0cc0d67a872f3b09c7ae31f5faac31fa to your computer and use it in GitHub Desktop.
Save kurdin/0cc0d67a872f3b09c7ae31f5faac31fa to your computer and use it in GitHub Desktop.
CSS Default System Fonts
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment