Fix navbar logo font to match headings

pull/7687/head
Thomas Stromberg 2020-04-15 10:59:06 -07:00
parent cd7d4b8157
commit 3105c870ce
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ body, p {
} }
h1,h2,h3,h4,h5 { h1,h2,h3,h4,h5,.navbar-brand {
font-family: 'Open Sans', sans-serif !important; font-family: 'Open Sans', sans-serif !important;
} }