Added a navbar font-family override, for the case where we're using different body fonts.
- Legacy-Id: 9398
This commit is contained in:
parent
11d841df32
commit
640c462f0e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue