- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
How to add a custom font into the Heading font and body font?
Hi there,
Thanks for writing in!
The theme only support Google Fonts for now that you can change it via your Dashboard > Appearances > Customize > Fonts & CSS.
To add custom font type, you may want to have a look at some of the 3rd party plugin such as:
1. Use Any Font: https://wordpress.org/plugins/use-any-font/
2. Custom Fonts: https://wordpress.org/plugins/custom-fonts/
Then you may need to add custom CSS to change the fonts via your Dashboard > Appearances > Customize > Addition CSS, for example:
body {font-family: "Your new custom font";}
h1,h2,h3,h4,h5,h6{font-family: "Your new custom heading font";}
P.S: We have tested the plugins with the theme so you can check the plugin description and try it by your self.
Hope this helps,
Danny
Thank you. this is really helpful. problem solved.
Hi! You’re welcome. I’m glad you sorted it out.
Please feel free to let me know about any other doubt you could have.
Have a great day!
Danny