Skip to content

Instantly share code, notes, and snippets.

@joeyespo
Created July 17, 2015 15:20
Show Gist options
  • Save joeyespo/ffb54e5c5d27f762713c to your computer and use it in GitHub Desktop.
Save joeyespo/ffb54e5c5d27f762713c to your computer and use it in GitHub Desktop.
Silkscreen Font
@font-face {
font-family: 'MyWebFont';
src: url('silkscreen_normal_macroman/slkscr-webfont.eot'); /* IE9 Compat Modes */
src: url('silkscreen_normal_macroman/slkscr-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('silkscreen_normal_macroman/slkscr-webfont.woff') format('woff'), /* Pretty Modern Browsers */
url('silkscreen_normal_macroman/slkscr-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('silkscreen_normal_macroman/slkscr-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment