Created
November 18, 2014 02:20
-
-
Save wpexplorer/e6d06bc9186c22c5c25d to your computer and use it in GitHub Desktop.
import fonts
This file contains hidden or 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: 'Your Custom Font'; | |
| src: url('fonts/webfont.eot'); /* IE9 Compat Modes */ | |
| src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
| url('fonts/webfont.woff') format('woff'), /* Modern Browsers */ | |
| url('fonts/webfont.ttf') format('truetype'), /* Safari, Android, iOS */ | |
| url('fonts/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