Skip to content

Instantly share code, notes, and snippets.

@martisj
Created March 14, 2012 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martisj/2034240 to your computer and use it in GitHub Desktop.
Save martisj/2034240 to your computer and use it in GitHub Desktop.
font embeddation
@font-face {
font-family: 'DINWeb';
src: url('fonts/DINWeb.eot');
src: local('☺'),
url('fonts/DINWeb.woff') format('woff');
}
@font-face {
font-family: 'DINWeb';
src: url('fonts/DINWeb-Bold.eot');
src: local('☺'),
url('fonts/DINWeb-Bold.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'DINWeb';
src: url('fonts/DINWeb-Ita.eot');
src: local('☺'),
url('fonts/DINWeb-Ita.woff') format('woff');
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment