Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #196650

    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

    #196838

    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

    #196840

    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.

    #196846

    Hey!


    @glyphism
    Please see this post for more information https://kriesi.at/support/topic/new-custom-font/#post-121900

    Best regards,
    Yigit

    #196848

    Ok thank you kindly for the fast help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change default font’ is closed to new replies.