Hey,
I want to set the defualt font for all the elements. I added the following to the Quick CSS, but no dice…
@import url (http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
body {
font-family: “Alef Hebrew”,
“Helvetica Neue”,
Helvetica,
Arial,
sans-serif;
}
How do I set the mentioned font-family to all the elements?
Thank you!
asaf
Hey asafku!
Have you added that font to dropdown menu? If so, please go to \wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file and find
'default_font' => 'Open Sans:400,600',
and change it to your font family
Cheers!
Yigit
Thanks Yigit. When you say “added that font do dropdown menu”, how do you mean? I can’t see any “add to menu” options of any sort.
Hey!
@glyphism Please see this post for more information https://kriesi.at/support/topic/new-custom-font/#post-121900
Best regards,
Yigit
Ok thank you kindly for the fast help.