aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/resources/swagger/css/typography.css
blob: cdc330d1af460e813edb0545777d8d6aa3746b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Google Font's Droid Sans */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
}
/* Google Font's Droid Sans Bold */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
}