Tagged: custom font
I make changes in custom.css as it is mentioned here: https://kriesi.at/support/topic/how-to-add-custom-fonts-to-whole-theme/ but I still have Verdana on my website.
– I have created font-face kit and placed it on folder “fonts” -> http://prnt.sc/8wns6a
– I added css rule to custom.css file -> http://prnt.sc/8wnsit
Now I need to change parameters on each h1, h2, h3 etc. on css style file. Where to change it?
Hi SimonPL!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1,h2,h3 { font-family: 'your-custom-font-family' !important; }
Best regards,
Yigit
There is no possibility to change font everywhere massive?
I added a few lines of code to custom.css (http://prnt.sc/8wnxkv) but font on the web doesn’t looks like a Segoe font (http://prnt.sc/8wny3z).
Need more help with it.
Hey!
You can do this, https://kriesi.at/support/topic/installing-own-fonts/#post-421325, to have your font placed in our theme settings so you can select it in Dashboard > Enfold > General Styling.
Best regards,
Elliott
OK, that works great!