Last active
July 19, 2024 00:24
-
-
Save don1138/52a49e5ae896d82820f7ec2d0e1dea6d 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
| /* via "Modern Font Stacks" (https://github.com/system-fonts/modern-font-stacks) */ | |
| font-family: system-ui, sans-serif; | |
| /* via "System Font Stack" (https://css-tricks.com/snippets/css/system-font-stack/) */ | |
| font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
| /* via "Operating systems default sans-serif fonts" (https://fontsarena.com/blog/operating-systems-default-sans-serif-fonts) */ | |
| font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif; | |
| /* System Fonts as used by GitHub */ | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
| /* System Fonts as used by Medium and WordPress */ | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment