Created
July 17, 2015 15:20
-
-
Save joeyespo/ffb54e5c5d27f762713c to your computer and use it in GitHub Desktop.
Silkscreen Font
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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