Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #320972

    Hi,

    I need to change to a specific font (‘Alef’) all over the site,

    at the current I have entered this custom CSS:
    body, body p {
    font-size: 16px !important;
    font-family: ‘Alef’ !important;
    }

    but it affect only the body of the site, how can I change all the titles, including those in the page builder & short-codes?

    Thanks
    Tal

    #321294

    Hi talelie!

    Please add following code to Quick CSS as well

    h1, h2, h3, h4, h5, h6 { font-family: 'Alef' !important; }

    Best regards,
    Yigit

    #322642

    Hi Yigit,

    Thanks!

    Tal

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