You are here

typography.css in Swagger UI Field Formatter 7

/* 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');
}

File

swagger_ui/src/main/html/css/typography.css
View source
  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. }