Skip to content

Instantly share code, notes, and snippets.

@rolka
Created August 23, 2013 17:02
Show Gist options
  • Select an option

  • Save rolka/6321627 to your computer and use it in GitHub Desktop.

Select an option

Save rolka/6321627 to your computer and use it in GitHub Desktop.
css: font-face
@font-face {
font-family: 'yanone_kaffeesatzlight';
src: url('yanonekaffeesatz-light-webfont.eot');
src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
url('yanonekaffeesatz-light-webfont.woff') format('woff'),
url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') 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