Skip to content

Instantly share code, notes, and snippets.

@alxpsr
Last active April 19, 2016 07:18
Show Gist options
  • Save alxpsr/6bf2f43e856b0904cee57de520ed621f to your computer and use it in GitHub Desktop.
Save alxpsr/6bf2f43e856b0904cee57de520ed621f to your computer and use it in GitHub Desktop.
Bulletproof @fontface
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot?') format('eot'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.otf') format("opentype"),
url('myfont-webfont.svg#svgFontName') 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