Skip to content

Instantly share code, notes, and snippets.

@joakin
Created October 2, 2017 12:09
Show Gist options
  • Save joakin/321c5d1827903a64831037375701b425 to your computer and use it in GitHub Desktop.
Save joakin/321c5d1827903a64831037375701b425 to your computer and use it in GitHub Desktop.
Default sans font using system fonts (wordpress font stack)
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