Last active
March 25, 2022 13:17
-
-
Save cadars/1d9272b8a07c7e25694518d40aa93b7c to your computer and use it in GitHub Desktop.
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
| --sans: | |
| -apple-system, | |
| BlinkMacSystemFont, | |
| 'Segoe UI', | |
| 'Noto Sans', | |
| Roboto, | |
| Oxygen-Sans, | |
| Ubuntu, | |
| 'Helvetica Neue', | |
| Helvetica, | |
| Arial, | |
| sans-serif; | |
| --serif: | |
| /* extra */ | |
| 'Source Serif Pro', | |
| 'Source Serif 4', | |
| 'Crimson Pro', | |
| 'Georgia Pro', | |
| /* system */ | |
| 'Iowan Old Style', | |
| 'Sitka Text', | |
| Constantia, | |
| Charter, | |
| Georgia, | |
| 'Lucida Bright', | |
| Lucidabright, | |
| 'Lucida Serif', | |
| Lucida, | |
| 'Bitstream Vera Serif', | |
| serif; | |
| --mono: | |
| /* extra */ | |
| 'IA Writer Mono', | |
| 'IBM Plex Mono', | |
| 'Fira Mono', | |
| 'JetBrains Mono', | |
| 'Input Mono', | |
| 'Source Code Pro', | |
| /* system */ | |
| ui-monospace, | |
| 'SF Mono', | |
| SFMono-Regular, | |
| Consolas, | |
| 'Segoe UI Mono', | |
| 'Roboto Mono', | |
| 'Ubuntu Mono', | |
| Menlo, | |
| Monaco, | |
| monospace, | |
| sans-serif; | |
| --emoji: | |
| 'Apple Color Emoji', | |
| 'Segoe UI Emoji', | |
| 'Segoe UI Symbol', | |
| 'Noto Color Emoji'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment