Added a navbar font-family override, for the case where we're using different body fonts.

- Legacy-Id: 9398
This commit is contained in:
Henrik Levkowetz 2015-04-04 15:24:49 +00:00
parent 11d841df32
commit 640c462f0e

View file

@ -184,6 +184,10 @@ ampersand you get is dependent on which fonts are available in the browser. Hac
}
.visible-nojs { display: block !important; }
.navbar {
font-family: "PT Sans Caption", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-brand > img {
display: inline;
margin-top: -7px;