• Resolved maweb

    (@maweb)


    Hi, I’d like to know how I can customize the font size, line-height and style used for:
    body, h1, h2, h3, h4, h5, h6.

    I tried to insert in custom css but it seems that does not consider it.

    • This topic was modified 5 years, 7 months ago by maweb.
Viewing 1 replies (of 1 total)
  • Thread Starter maweb

    (@maweb)

    SOLVED: (BEST FOR PHONES GALAXY S9 – 360 X 740)

    h1 {
    font-size: 2em;
    line-height: 1.25em;
    }

    h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
    margin-top: 1em;
    margin-bottom: 1em;
    }

    h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    }

    h4 {
    font-size: 1.125em;
    line-height: 1.11111111em;
    margin-top: 1em;
    margin-bottom: 0.67em;
    }

    p {
    font-size: 1em;
    line-height: 1.25;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Resize Default Fonts h1, h2, h3, body etc’ is closed to new replies.