Skip to content

Instantly share code, notes, and snippets.

@gamanox
Created March 12, 2013 23:04
Show Gist options
  • Save gamanox/5147920 to your computer and use it in GitHub Desktop.
Save gamanox/5147920 to your computer and use it in GitHub Desktop.
fontface
@font-face {
font-family: 'FSDillonBold';
src: url('fonts/fs_dillon-bold-webfont.eot');
src: url('fonts/fs_dillon-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/fs_dillon-bold-webfont.woff') format('woff'),
url('fonts/fs_dillon-bold-webfont.ttf') format('truetype'),
url('fonts/fs_dillon-bold-webfont.svg#FSDillonBold') 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