Skip to content

Instantly share code, notes, and snippets.

@mathias
Created January 24, 2010 02:51
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 mathias/284976 to your computer and use it in GitHub Desktop.
Save mathias/284976 to your computer and use it in GitHub Desktop.
/*
*
* The fonts included are copyrighted by the vendor listed below.
*
* @vendor: Google Android
* @vendorurl: http://code.google.com/android/
* @licenseurl: http://www.fontsquirrel.com/license/Droid-Sans
*
*
*/
@font-face {
font-family: 'DroidSansRegular';
src: url('DroidSans.eot');
src: local('Droid Sans Regular'), local('DroidSans'), url('DroidSans.ttf') format('truetype');
}
@font-face {
font-family: 'DroidSansBold';
src: url('DroidSans-Bold.eot');
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('DroidSans-Bold.ttf') format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment