Skip to content

Instantly share code, notes, and snippets.

@greggnakamura
Created January 30, 2013 16:59
Show Gist options
  • Save greggnakamura/4674664 to your computer and use it in GitHub Desktop.
Save greggnakamura/4674664 to your computer and use it in GitHub Desktop.
CSS: @font-face
@font-face {
font-family: 'GillSans Std Regular';
src: url('/fonts/gillsansstd-webfont.eot');
src: url('/fonts/gillsansstd-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/gillsansstd-webfont.ttf') format('truetype'),
url('/fonts/gillsansstd-webfont.svg#GillSansStdRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face { /* for non-IE */
font-family:'GillSans Std Regular';
src:url('/fonts/gillsansstd-webfont.woff') format("No-IE-404"),
url('/fonts/gillsansstd-webfont.woff') format;
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment