If the theme you’re using has google fonts and it doesn’t have the specifit fonts you want how do you add custom fonts?
Externally you can use import Google Fonts.
- Go to Google fonts and choose your favorite fonts - then click “Quick Use”
- Then use your Import method. That’s it.
Follow these steps to upload custom fonts
-
Download, install & active Use Any Font
-
Follow this link and register for the API (Slide your contribution to free)
-
Copy the API Key & paste it to Dashboard → Use Any Font → API Key Field & click on Verify
-
Now Click on Add Fonts to upload font (Give your font a name & hit upload) & click Save Settings
-
Go To your themes Custom CSS & paste this CSS
body, .comment-form-comment textarea, .comm_wrap input{font-family: Fontname !important; ;}
h1, h2, h3, h4, h5, h6, #topmenu ul li a, .postitle, .product_title{font-family:Fontname !important;}
.logo h2, .logo h1, .logo h2 a, .logo h1 a{font-family: Fontname !important; ;} -
Replace the font name with name you gave when you uploaded the font
Thanks
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.