Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 3, 2014 05:44
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 devdays/99ce02be67ff34c10cb8 to your computer and use it in GitHub Desktop.
Save devdays/99ce02be67ff34c10cb8 to your computer and use it in GitHub Desktop.
CSS Font family
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
<style>
body {
font-family: 'Tangerine', serif;
font-size: 48px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment