Comments Betty started the conversationApril 23, 2018 at 6:04pmHi, how do I add an own font? I stored my font (Martyn.otf) in a file "Fonts" in my Child theme. How can I use this in order to create e.g. h1, h2, h3 etc. with my font instead of google web fonts?Thank you very much 895TheFox repliedApril 23, 2018 at 8:02pmHello Betty,Please check the following link :https://css-tricks.com/snippets/css/using-font-face/Then when you have done this part you can use this custom css ( thefox > styling options ) :h1,h2,h3 { font-family:"yourfontname" !important; }Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi,
how do I add an own font? I stored my font (Martyn.otf) in a file "Fonts" in my Child theme.
How can I use this in order to create e.g. h1, h2, h3 etc. with my font instead of google web fonts?
Thank you very much
Hello Betty,
Please check the following link :
https://css-tricks.com/snippets/css/using-font-face/
Then when you have done this part you can use this custom css ( thefox > styling options ) :
h1,h2,h3 { font-family:"yourfontname" !important; }
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme