Ahoy,
How do I change the font family of the sub menu under our tours?
Hi Mike,
I need to use a custom google font.
Hi,
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Or you can try using this plugin http://wordpress.org/plugins/wp-google-fonts/
Best regards,
Mike
That font is already added. I just need to know the css to add for the submenu. If you look at my site you can see it is already in use I just cant figure out what css to add for the submenu.
Hi,
Try this code in the General Styling > Quick CSS field:
li {font-family: 'Seymour One'!important;
font-style: normal!important;
font-weight: 400!important;
}
Best regards,
Mike
Thanks the worked! Any way to adjust the spacing of the letters?
Hi,
Try to add letter-spacing in the code give by Mike, for more information check: https://www.w3schools.com/cssref/pr_text_letter-spacing.asp
Hope this helps. :)
Best regards,
Nikko