Can you reset all fonts sitewide including in blocks

This topic has 2 replies, 2 voices, and was last updated 3 weeks, 5 days ago ago by Rose Tyler

  • Avatar: Niddy
    Niddy
    Participant
    April 14, 2024 at 13:18

    Hi

    General query, as I’ve added many XStore template elements, they all come with different font settings. Including elementor blocks such as icon box. Within settings of these blocks the font isn’t default, it could be Fredrika, Poppins and others. It’s a lot of work to individually edit every element and block / layout etc.

    My question is, is it possible to reset all the fonts used throughout the website and then go into settings and apply a heading / content font in admin – Xstore – typography? As in, reset all styles site-wide (including blocks & elementor) to default font or my chosen font.

    Also, in typography why can’t we apply different fonts for each class ie H1 / H2 / H3 / H4 / H5

    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 14, 2024 at 16:04

    Hello, Niddy,

    Thank you for reaching out to us with your query.

    1/ There is no such option, unfortunately.

    2/ H1 / H2 / H3 / H4 / H5 can be configured via Elementor Site Settings > Typography, or using Custom CSS code.
    We did not add settings to manage font-size for the headings because the general option for every heading is not suitable for design in some cases.
    You can change the size of the headings using custom CSS (Theme Options > Custom CSS)

    body {
        --h1-size-proportion: 2.5714;
        --h2-size-proportion: 1.7142;
        --h3-size-proportion: 1.7142;
        --h4-size-proportion: 1.2857;
        --h5-size-proportion: 1;
        --h6-size-proportion: 0.8571;
    }

    Increase the value of the size-proportion according to your needs. h tags size is the calculation of the 1rem* size-proportion variable.

    We hope this information is helpful.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.