Created
April 17, 2017 17:49
-
-
Save nicubarbaros/eeb54f02fdaa6aa16650732065c19962 to your computer and use it in GitHub Desktop.
Fonts that are on user computer, will be rendered depending on the OS. This way we don't need to load any other external fonts.
This file contains 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
body { | |
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