Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created December 3, 2009 12:00
Show Gist options
  • Save baseonmars/248097 to your computer and use it in GitHub Desktop.
Save baseonmars/248097 to your computer and use it in GitHub Desktop.
Bullet proof font-face decleration
@font-face {
font-family: 'Graublau Web';
src: url('GraublauWeb.eot');
src: local('Graublau Web Regular'), local('Graublau Web'),
url('GraublauWeb.otf') format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment