Main Menu Font

Hi, I am hoping to change my main menu font to the following google font:

How am I able to do this?

My website is www.thegayglobetrotter.com
Thanks!

Hi @baileymills802,

I hope you are well today and thank you for your question.

You can do that by adding that Google font on your site as described in the following pages.

https://fancythemes.com/use-google-fonts-wordpress-site/

Best Regards,
Movin

Thanks Movin, these options all work great to edit the paragraph and heading text on my website, however I am trying to change the font of my main menu and I can’t find an option to do that. I have the easy google fonts plugin installed.

If you have used this font Google Fonts on your site then you can apply it on menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.navbar-default .navbar-nav li a {
    font-family: 'Crushed', cursive;
}