Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created May 7, 2013 21:38
Show Gist options
  • Select an option

  • Save thejefflarson/5536372 to your computer and use it in GitHub Desktop.

Select an option

Save thejefflarson/5536372 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'StateFaceRegular';
src: url(<%= asset_path 'stateface-regular-webfont.eot' %>);
src: url(<%= asset_path 'stateface-regular-webfont.eot?#iefix' %>) format('embedded-opentype'),
url(<%= asset_path 'stateface-regular-webfont.woff' %>) format('woff'),
url(<%= asset_path 'stateface-regular-webfont.ttf' %>) format('truetype'),
url(<%= asset_path '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