Zsolt Haraszti | 7baf38a | 2016-10-01 15:15:18 -0700 | [diff] [blame] | 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 | } |