Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created May 3, 2016 16:03
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 marcusshepp/dc3cd3d8cf5036e00f37923c61a8882e to your computer and use it in GitHub Desktop.
Save marcusshepp/dc3cd3d8cf5036e00f37923c61a8882e to your computer and use it in GitHub Desktop.
google fonts example
<!-- html -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Lato">
<!-- css -->
body{
font-family: 'Lato', serif;
font-size: 110%;
}
<!-- list of good fonts -->
<!-- http://www.awwwards.com/20-best-web-fonts-from-google-web-fonts-and-font-face.html -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment