I have purchased a key with "Use Any Font" plugin and uploaded NeueHaasGroteskText W01 Bd font.
Everything has worked with the installation and I assigned the new font "NeueHaasGroteskText W01 Bd" to all elements of the site design as part of the Use Any Font plugin setup.
However the font has not changed.
Can anyone please help?
There is also some css I have fiddled around with, with the following instructions:
Hello!
I have purchased a key with "Use Any Font" plugin and uploaded NeueHaasGroteskText W01 Bd font.
Everything has worked with the installation and I assigned the new font "NeueHaasGroteskText W01 Bd" to all elements of the site design as part of the Use Any Font plugin setup.
However the font has not changed.
Can anyone please help?
There is also some css I have fiddled around with, with the following instructions:
#1 Add to the head section of web page.
>> <link href="//db.onlinewebfonts.com/c/dff7e257d3e9cd2eed67e7e1fa2d7f35?family=NHaasGroteskTXW01-75Bd" rel="stylesheet" type="text/css"/>
#2 Using @import CSS directive, put the following line in add to your css file.(http | https)
@import url (http://db.onlinewebfonts.com/c/dff7e257d3e9cd2eed67e7e1fa2d7f35?family=NHaasGroteskTXW01- 75Bd);
#3 Use font-face declaration Fonts.(http | https)
@font-face {font-family: "NHaasGroteskTXW01-75Bd";
src: url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.eot");
src: url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.eot?#iefix") format("embedded-opentype"),
url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.woff2") format("woff2"),
url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.woff") format("woff"),
url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.ttf") format("truetype"),
url("http://db.onlinewebfonts.com/t/dff7e257d3e9cd2eed67e7e1fa2d7f35.svg#NHaasGroteskTXW01-75Bd") format("svg");
}
==============================================================
I have tried adding the lines of code to my salient sites CSS (blog posts). Still not working!
Any ideas how I can get this custom font to work?
I found this font at: https://www.onlinewebfonts.com/search?q=NeueHaasGroteskText+W01+Bd
Any help is greatly appreciated!
Hi
I have added tags to specify the font - so problem solved. The font is now displayed correctly.
Closing the ticket.
Thanks again!