Skip to content

Instantly share code, notes, and snippets.

@wmandrews
Created June 23, 2014 16:15
Show Gist options
  • Save wmandrews/dd03b792a36b3959bd06 to your computer and use it in GitHub Desktop.
Save wmandrews/dd03b792a36b3959bd06 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'StateFaceRegular';
src: url('http://www.washingtonpost.com/wp-srv/graphics/webfonts/stateface-regular-webfont.eot');
src: url('http://www.washingtonpost.com/wp-srv/graphics/webfonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('http://www.washingtonpost.com/wp-srv/graphics/webfonts/stateface-regular-webfont.woff') format('woff'),
url('http://www.washingtonpost.com/wp-srv/graphics/webfonts/stateface-regular-webfont.ttf') format('truetype'),
url('http://www.washingtonpost.com/wp-srv/graphics/webfonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment