Top

Bootstrap: Align navbar's font with h1, h2, ..

Jul 29, 2020 | 675 views

#Bootstrap

Refer to here.

CSS code: 

h1,
.navbar-brand,
.navbar-nav a {
  font-family: 'Merriweather', serif;
}

check here to look which font you like: CSS Font stack


Leave a comment

0 comments