Last active
March 17, 2020 18:59
-
-
Save curtisj44/12c2a1803e107811a3833ad6b27e4d69 to your computer and use it in GitHub Desktop.
Miscellaneous 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
* { | |
/* System sans-serif */ | |
/* ----------------- */ | |
/* github.com - 20200211 */ | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' | |
/* tj.ie - 20200211 */ | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sansserif | |
/* Monospace */ | |
/* --------- */ | |
/* github.com monospace - 20200317 */ | |
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; | |
/* default system monospace */ | |
font-family: "SF Mono", Monaco, Inconsolata, "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace; | |
/* Source: https://eleventy-base-blog.netlify.com */ | |
font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment