Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created August 30, 2017 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save studiopress/51e38effcf668ea0970222aaa642ed91 to your computer and use it in GitHub Desktop.
Save studiopress/51e38effcf668ea0970222aaa642ed91 to your computer and use it in GitHub Desktop.
Sample CSS using Muli from Google Fonts.
body {
background-color: #fff;
color: #000;
font-family: 'Muli', 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