How can I specify a custom font (a TTF file uploaded to the site via Use Any Font) for the header and navigation? Same with the footer. How can I assign custom fonts to various areas using CSS? Thank you!
You\'re going to have to use css font-face to load the font in and assign it - you can actually see an example of this near the top of the style.css stylesheet in the theme (where open sans is loaded). Here\'s an in depth tutorial to explain it as well :)
If I add fonts to the folder using this method (without assigning it to specific elements, like p or h1), does that mean that they will automatically show up on the Salient dropdown menus for font selection on the Salient Typography panel, along with the Google fonts?
How can I specify a custom font (a TTF file uploaded to the site via Use Any Font) for the header and navigation? Same with the footer. How can I assign custom fonts to various areas using CSS? Thank you!
Hey ,
You\'re going to have to use css font-face to load the font in and assign it - you can actually see an example of this near the top of the style.css stylesheet in the theme (where open sans is loaded). Here\'s an in depth tutorial to explain it as well :)
https://premium.wpmudev.org/blog/custom-fonts-css/
Cheers
ThemeNectar Support Team
The link was broken. Is this the article you mean?
https://premium.wpmudev.org/blog/custom-fonts-css/
If I add fonts to the folder using this method (without assigning it to specific elements, like p or h1), does that mean that they will automatically show up on the Salient dropdown menus for font selection on the Salient Typography panel, along with the Google fonts?
Thanks!
Hey Again,
No you will have to manually write up custom css so that it works on the p or h1 element.
This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Best.
ThemeNectar Support Team