Created
March 24, 2016 15:23
-
-
Save bkozora/5f08464fb5efcb214c8d to your computer and use it in GitHub Desktop.
Custom Font
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: 'optimaroman'; | |
src: url('https://media.wheaton.com/fonts/optima-webfont.eot'); | |
src: url('https://media.wheaton.com/fonts/optima-webfont.eot?#iefix') format('embedded-opentype'), url('https://media.wheaton.com/fonts/optima-webfont.woff2') format('woff2'), url('https://media.wheaton.com/fonts/optima-webfont.woff') format('woff'), url('https://media.wheaton.com/fonts/optima-webfont.ttf') format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment