Created
January 13, 2016 16:04
-
-
Save CoachBirgit/6c8342956c438e03e0bf to your computer and use it in GitHub Desktop.
Sample CSS using Neuton 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: #333; | |
font-family: Neuton, serif; | |
font-size: 22px; | |
font-weight: 300; | |
line-height: 1.5; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment