Skip to content

Instantly share code, notes, and snippets.

@alchaplinsky
Created March 10, 2012 22:54
Show Gist options
  • Save alchaplinsky/2013806 to your computer and use it in GitHub Desktop.
Save alchaplinsky/2013806 to your computer and use it in GitHub Desktop.
Font-face for custom fonts
@font-face{
font-family: 'font-name';
src: url('font-name');
src: url('font-file-name.eot?#iefix') format("embedded-opentype"),
url('font-file-name.woff') format('woff'),
url('font-file-name.ttf') format('truetype'),
url('font-file-name.svg#font-name') 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