This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi there
How do you change the menu and content font to a custom font, also could you please let me know how you change the menu font size? Many thanks
Hello,
By default, there is no possibility to add custom font in Theme Options, this request additional customization (additional customization in source code is out of our support scope).
You may use css code in Theme Options > Styling > Custom css or style.css file of child theme, for example:
@font-face {
font-family: "Open Sans";
src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
set own path to font
and then you will be able to aply the font for elements via custom css code.
Menu font size you can change via Theme Options > Typography > Page > Main Navigation.
Regards
Great thank you Rose 🙂
You’re welcome!
Regards
The issue related to '‘Font’' has been successfully resolved, and the topic is now closed for further responses