Tagged: google fonts
Hi,
I tried everything there is, in order to change to Alef font, including this (I’ve added the code in custom CSS since I didn’t find “Enfold > CSS”).
Can you please check why isn’t it working?
Previously, on a different matter, Kriesi told me that PageSpeed on my server is problematic, so I disabled it.
Can you please check why the current font I’m seeing is Arial ?
Hi erantdo!
The code Yigit provided should be here: http://www.valuation.co.il/wp-content/themes/enfold/css/custom.css
Cheers!
Josue
Thanks a lot Josue, now it works.
BTW, this command doesn’t cover everything in the website (like the header, the name in the testimonial, etc):
body, p, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
font-family: “Alef Hebrew”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
Is there anything I can add that will cover everything on the website? buttons, header, etc. ?
Thanks again,
Eran.
Yes, use the * selector, also add the !important rule.
*{
font-family: “Alef Hebrew”, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
}
Regards,
Josue
Yey ! :)