Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created March 24, 2016 15:23
Show Gist options
  • Save bkozora/5f08464fb5efcb214c8d to your computer and use it in GitHub Desktop.
Save bkozora/5f08464fb5efcb214c8d to your computer and use it in GitHub Desktop.
Custom Font
@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