Skip to content

Instantly share code, notes, and snippets.

@billpull
Created April 9, 2015 22:21
Show Gist options
  • Save billpull/2796d04dc649026c9736 to your computer and use it in GitHub Desktop.
Save billpull/2796d04dc649026c9736 to your computer and use it in GitHub Desktop.
Font Face Formatting
@font-face {
font-family: 'eagle-bookregular';
src: url('/fonts/WW/EAGLBK.eot');
src: url('/fonts/WW/EAGLBK.eot?#iefix') format('embedded-opentype'),
url('/fonts/WW/EAGLBK.woff2') format('woff2'),
url('/fonts/WW/EAGLBK.woff') format('woff'),
url('/fonts/WW/EAGLBK.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment