Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created October 6, 2009 11:41
Show Gist options
  • Select an option

  • Save kogakure/202940 to your computer and use it in GitHub Desktop.

Select an option

Save kogakure/202940 to your computer and use it in GitHub Desktop.
CSS: Front-Face
@font-face {
font-family: 'Graublau Web';
src: url(GraublauWeb.eot);
src: local('☺'),
url('GraublauWeb.woff') format('woff'),
url('GraublauWeb.ttf') format('truetype'),
url('GraublauWeb.svg#graublauweb') format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment