Make the I in istio readable (#776)

This commit is contained in:
Laurent Demailly 2018-01-05 15:19:19 -08:00 committed by GitHub
parent bafe86f85e
commit 0a7f7f80b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
margin: 0 0 0 0;
padding: 30px 0 0 0;
font-size: 62px;
font-family: "Verdana";
}
.hero-logo {

View File

@ -31,6 +31,7 @@ header {
@media (min-height: $bp-md-v) {
font-size: 1.7em;
line-height: 1.5em;
font-family: "Verdana";
}
}