Skip to content

Commit 640c462

Browse files
committed
Added a navbar font-family override, for the case where we're using different body fonts.
- Legacy-Id: 9398
1 parent 11d841d commit 640c462

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/css/ietf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ ampersand you get is dependent on which fonts are available in the browser. Hac
184184
}
185185
.visible-nojs { display: block !important; }
186186

187+
.navbar {
188+
font-family: "PT Sans Caption", "Helvetica Neue", Helvetica, Arial, sans-serif;
189+
}
190+
187191
.navbar-brand > img {
188192
display: inline;
189193
margin-top: -7px;

0 commit comments

Comments
 (0)