Last active
May 23, 2022 06:03
-
-
Save manustays/dfb30bc406012016d5d66ff763aeb47c 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
| /* Define the "system" font family */ | |
| @font-face { | |
| font-family: system; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); | |
| } | |
| /* Apply it on the elements */ | |
| body { | |
| font-family: "system"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment