Skip to content

Instantly share code, notes, and snippets.

@radavis
Created April 1, 2021 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radavis/978138208d0a63851f8ff4745704b8e1 to your computer and use it in GitHub Desktop.
Save radavis/978138208d0a63851f8ff4745704b8e1 to your computer and use it in GitHub Desktop.
OS-Installed Font Stacks
# OS-Installed Font Stacks
https://codepen.io/brianhaferkamp/pen/BLdgjk
```
Serif Fonts
Georgia, serif
'Palatino Linotype', 'Book Antiqua', Palatino, serif
'Times New Roman', Times, serif
Sans-Serif Fonts
Arial, Helvetica, sans-serif
'Arial Black', Gadget, sans-serif
'Comic Sans MS', cursive, sans-serif
Impact, Charcoal, sans-serif
'Lucida Sans Unicode', 'Lucida Grande', sans-serif
Tahoma, Geneva, sans-serif
'Trebuchet MS', Helvetica, sans-serif
Verdana, Geneva, sans-serif
Monospace Fonts
'Courier New', Courier, monospace
'Lucida Console', Monaco, monospace
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment