This topic has 4 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
I want to try a webfont from Myfonts for the headers in my website. http://www.myfonts.com/info/webfonts/ How to solve this problem? I placed the text/javascript in the childtheme header php but It doesn’t seem to work. Thank you.
Hello,
Unfortunately there is no possibility to implement your own fonts in the theme.
You can change font only for some elements using custom.css or style.css of the child theme.
For example, to change font for menu items you need write the code:
.menu > ul > li > a {
font-family: Georgia;
}
Sorry for inconveniences.
Regards,
Eva Kemp.
Thank you.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Using Myfonts in theme Blanco’' has been successfully resolved, and the topic is now closed for further responses