This topic has 2 replies, 2 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson
How can I change the logo-text to something other than a google font? I want to use a font that I have made into a web font using font-squirrel. My own custom font.
Thanks for your help.
Patrick
Hello,
Firstly you should enable you custom.css as it shown in our tutorial: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Then add @font-face directive to your custom.css. And finally add the following code into the custom.css:
.logo .logo-text {
font-family: YOUR FONT FAMILY;
}
and replace “YOUR FONT FAMILY” with your font-family name.
Regards,
Jack Richardson
Tagged: best selling, customize, google fonts, logo-text, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up