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 :)
Hi there,
How do I plug in my own fonts to Salient Word Press? I've bought a subscription to Helevetic Neue which is not a Google Font.
Do I deselect 'Use Custom Fonts' and select 'Load Ext. Characters in Default Font'.
Then what do I do? Get someone my developer to load it in the CSS?
Thanks
Genevieve
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 :)
http://zoerooney.com/blog/tutorials/installing-we...
Cheers
ThemeNectar Support Team
Hi Tahir, thanks for that. My developer can uploaded the fonts successfully only it only allows me to use the 'regular' weighting.
The font Helevetic Neue has thin, light, ultralight, regular, medium bold etc. How can I use / apply these other weightings?
Thanks
Genevieve
Hey Again!
You simply have to set the appropriate font-weight in the css attribute. See url: http://www.w3schools.com/cssref/pr_font_weight.asp... .
Thanks
ThemeNectar Support Team