Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created December 28, 2011 22:44
Show Gist options
  • Save chriscoyier/1530209 to your computer and use it in GitHub Desktop.
Save chriscoyier/1530209 to your computer and use it in GitHub Desktop.
Public Service Announcement: Watching font-weight
/* Public Service Announcement: Watching font-weight */
body {
font-size: 150%;
}
h1, h2, h3, h4, h5 {
font-family: 'Spicy Rice', cursive;
font-weight: 400;
/* Your other headings CSS */
}
<link href='http://fonts.googleapis.com/css?family=Spicy+Rice' rel='stylesheet' type='text/css'>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment