You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
450 B

  1. /* Google Font's Droid Sans */
  2. @font-face {
  3. font-family: 'Droid Sans';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
  7. }
  8. /* Google Font's Droid Sans Bold */
  9. @font-face {
  10. font-family: 'Droid Sans';
  11. font-style: normal;
  12. font-weight: 700;
  13. src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
  14. }