Hi
I have a custom font named Rodondo. I have used https://www.fontsquirrel.com/tools/webfont-generator as indicated to have the zip file etc..
Not what would be the next step? What files to upload into enfold/css or where to upload the generated files… and what changed should i add and where.
Also i dont need to replace the whole site with this font, i just need to have if in some H tage or just use it in a word as a tittle or in demand with some html code so please what would be the steps.
Thank you/
Hi hdpcr!
You can follow the steps here – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Then you can refer to this post to enable custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class “your-custom-class” and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class * { font-family: "your-custom-family"!important; }
Regards,
Yigit
HI
Thank you for the reply. I’m not sure what would be my-custom-class name and where to find it?
Thanx
Hi!
You can enable custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class “your-custom-class”
Best regards,
Yigit
Hi
I did enable custom CSS field as indicated, but im not sure what would be my custom class?
Thank you
Hi!
could be anything you want. Just keep it unique and not too complex. Check the link Yigit has provided to you for an example.
Best regards,
Andy