Change typo of main menu

Hello, how to change the font type of the top main typo? Only the font has to change nothing else.

Thanks

Hello there,

I hope you are doing well today.

You can use this CSS to change the font :


h1 {
    font-family: serif;
}

Best Regards,
Support

This is not changing the font of the menu

Good evening

Please provide link to your website and tell me the text on the page you want to change typography, also let me know font face you want to use

`Hello thanks for our help, the website is not yet public! How can I change the font?

Regards

HI

Well in this case, this is a default css code for main menu:

.main-navigation .menu {
font-family: “Raleway”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}

and in this code, you have to change the font of the menu,