Skip to content

Instantly share code, notes, and snippets.

@secondfret
Created March 19, 2012 18:02
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 secondfret/2121889 to your computer and use it in GitHub Desktop.
Save secondfret/2121889 to your computer and use it in GitHub Desktop.
Google Web Font Examples
/**
* Google Web Font Examples
*/
* {margin: 0; padding: 0; font-weight: normal;}
strong {
font-weight: 800;
}
div {
width: 610px;
background: #eee;
padding: 40px;
margin: 40px;
}
h1 {
font: 400 95px/1.6 'Pacifico', Georgia, serif;
color: #2f99ba;
}
p {
font: 400 16px/1.6 'Arimo', Verdana, Helvetica, sans-serif;
width: 480px;
color: #232525;
}
<!-- content to be placed inside <body>…</body> -->
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'>
<div>
<h1> Pacifico </h1>
<p><strong> Arimo </strong> - A business absolutely devoted to service will have only one worry about profits. They will be embarrassingly large.</p>
</br ><p><em> - Henry Ford</em></p>
</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment