Skip to content

Commit e098b3a

Browse files
committed
Merge branch 'master' of github.com:swagger-api/swagger-ui
2 parents 7878cea + 08b283c commit e098b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The OpenAPI Specification has undergone 4 revisions since initial creation in 20
2424

2525
Swagger UI Version | Release Date | OpenAPI Spec compatibility | Notes | Status
2626
------------------ | ------------ | -------------------------- | ----- | ------
27-
2.2.4 | 2016-09-20 | 1.1, 1.2, 2.0 | [tag v.2.2.4](https://github.com/swagger-api/swagger-ui/tree/v2.2.4) |
27+
2.2.5 | 2016-09-26 | 1.1, 1.2, 2.0 | [tag v.2.2.5](https://github.com/swagger-api/swagger-ui/tree/v2.2.5) |
2828
2.1.5 | 2016-07-20 | 1.1, 1.2, 2.0 | [tag v.2.1.5](https://github.com/swagger-api/swagger-ui/tree/v2.1.5) |
2929
2.0.24 | 2014-09-12 | 1.1, 1.2 | [tag v2.0.24](https://github.com/swagger-api/swagger-ui/tree/v2.0.24) |
3030
1.0.13 | 2013-03-08 | 1.1, 1.2 | [tag v1.0.13](https://github.com/swagger-api/swagger-ui/tree/v1.0.13) |

src/main/html/css/typography.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
font-family: 'Droid Sans';
44
font-style: normal;
55
font-weight: 400;
6-
src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf'), format('truetype');
6+
src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
77
}
88
/* Google Font's Droid Sans Bold */
99
@font-face {
1010
font-family: 'Droid Sans';
1111
font-style: normal;
1212
font-weight: 700;
13-
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf'), format('truetype');
13+
src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
1414
}

0 commit comments

Comments
 (0)