Created
April 1, 2021 16:01
-
-
Save radavis/978138208d0a63851f8ff4745704b8e1 to your computer and use it in GitHub Desktop.
OS-Installed Font Stacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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