Skip to content

Instantly share code, notes, and snippets.

@name-k
Last active December 21, 2015 16:19
Show Gist options
  • Save name-k/6332644 to your computer and use it in GitHub Desktop.
Save name-k/6332644 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'font_name';
src: url('font_name.eot');
src: local('font_name'), local('font_name'),
url('font_name.eot?#iefix') format('embedded-opentype'),
url('font_name.woff') format('woff');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment