Skip to content

Instantly share code, notes, and snippets.

@revitalk
Created October 22, 2012 03:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save revitalk/3929471 to your computer and use it in GitHub Desktop.
Save revitalk/3929471 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'fontNameRegular';
src: url('fontName-Regular-webfont.eot');
src: url('fontName-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fontName-Regular-webfont.woff') format('woff'),
url('fontName-Regular-webfont.ttf') format('truetype'),
url('fontName-Regular-webfont.svg#fontNameRegular') format('svg');
font-weight: normal;
font-style: normal;
}
p {font-family:'fontNameRegular', Arial, sans-serif;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment