Created
November 4, 2014 04:24
-
-
Save lin/c059a86236b16df011c0 to your computer and use it in GitHub Desktop.
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-face { | |
| font-family: 'MyWebFont'; | |
| src: url('myfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | |
| url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment