Created
August 30, 2017 19:34
-
-
Save studiopress/9253e7930bd81502eae019ab74ecb81c to your computer and use it in GitHub Desktop.
Sample CSS using Proxima Nova from Google Fonts.
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
body { | |
background-color: #fff; | |
color: #000; | |
font-family: 'proxima-nova', sans-serif; | |
font-size: 18px; | |
font-size: 1.8rem; | |
font-weight: 300; | |
line-height: 1.875; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://fonts.googleapis.com/css2?family=Proxima+Nova works for me (notice css2 in url instead of css)