Skip to content

Instantly share code, notes, and snippets.

@ruddfawcett
Created December 6, 2013 19:29
Show Gist options
  • Save ruddfawcett/7830748 to your computer and use it in GitHub Desktop.
Save ruddfawcett/7830748 to your computer and use it in GitHub Desktop.
The @font-face for the GitHub Octicons. See https://github.com/styleguide/css/7.0 for more information.
@font-face {
font-family: 'Octicons';
src: url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.eot?ade8e027");
src: url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.eot?ade8e027#iefix") format("embedded-opentype")
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.woff?fca05081") format("woff")
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.ttf?b2778fb1") format("truetype")
, url("https://a248.e.akamai.net/assets.github.com/fonts/octicons/octicons-regular-webfont.svg?b5c3b089#newFontRegular") 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