Reply 332618 to: Use different fonts for different headings

Avatar: Rose Tyler
Rose Tyler
Support staff
August 28, 2022 at 08:20

Hello,

Use custom CSS code, for example:

h1, h2 {
    font-family: "Open Sans", Sans-serif !important;
}
h3, h4 {
    font-family: Lato, sans-serif;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.