Created
May 31, 2014 22:01
-
-
Save JAW-Dev/87d6ca2ba2e14d50fc6e to your computer and use it in GitHub Desktop.
Bullet Proof Web Fonts
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:FontFamily; | |
src: url('relatuve/directory/to/css/font.eot'); | |
src: url('relatuve/directory/to/css/font.eot?#iefix') format('embedded-opentype'), | |
url('relatuve/directory/to/css/font.woff') format('woff'), | |
url('relatuve/directory/to/css/font.ttf') format('truetype'), | |
url('relatuve/directory/to/css/font.svg#FontFamily') 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