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
Hi talelie!
Please add following code to Quick CSS as well
h1, h2, h3, h4, h5, h6 { font-family: 'Alef' !important; }
Best regards,
Yigit
Hi Yigit,
Thanks!
Tal