Change font type in menu bar

Hi,

Is it possible to use a different fonttype (google fonts) in the menubar etc.?

We would like touse the pompiere font across the whole site, but I only managed to use it in on the pages.

Thanks a lot!

Jeroen

Hello there,

I hope you are doing well today.

Since you want to change the font everywhere, you can use the following CSS code to change the font by going to Appearance > Customize > Additional CSS and pasting it there.

/*Change font family*/
body {
    font-family: pompiere;
}

Best Regards,
Support

Perfecto!

Exactly what we are looking for. Thanks a lot!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support