Tagged: font
Hey,
I`m trying to change the default font (to an Hebrew one – Alef Hebrew) on all elements, but without success.
I tried to added the following code to the quick css form on the style tab:
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
<p>body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox<br />
{font-family: "Alef Hebrew", “Helvetica Neue”, Helvetica, Arial, sans-serif;}
Hey,
Please go to Enfold > Css and open Custom.css file and add the code under 3rd line where it says ” /* General Custom CSS */”
@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
body, 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; }
Regards,
Yigit