Skip to content

Instantly share code, notes, and snippets.

@navstyachka
Created October 1, 2013 12:33
Show Gist options
  • Save navstyachka/6777750 to your computer and use it in GitHub Desktop.
Save navstyachka/6777750 to your computer and use it in GitHub Desktop.
Css raw font-face
@font-face {
font-family: 'HeliosCondLight';
src: url('fonts/HeliosCondLight.eot');
src: url('fonts/HeliosCondLight.eot?#iefix') format('embedded-opentype'),
url('fonts/HeliosCondLight.woff') format('woff'),
url('fonts/HeliosCondLight.ttf') format('truetype'),
url('fonts/HeliosCondLight.svg#default_bold') 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