How can I change the menu bar font in Crave theme?

Hi,

Wondering if anyone know how to change the font type of the menu bar to the font of the headers on the website.

www.yaju.nl

pw: yarri

Thx!

It looks like its the same font, just different font-weight.

Try adding to font-weight: 700 to .header__menu-item in base.css file

Also change the color opacity to 1 instead of 0.75 and it should fix that :slightly_smiling_face:

@didjer
What font type are you looking?

thank you for the fast reply. Roboto Condensed is what I use for the headers.

@didjer

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
    font-family: Roboto !important;
}

Add this code in base.css

Added, but it doesn’t seem to work

.header__menu-item {
font-weight: 900
}

Change the 900 to make more or less bold

Add that to base.css