Is it possible to set a universal size for all text types, including titles, subtitles, and body tex

Is it possible to set a universal size for all text types, including titles, subtitles, and body text?

Hi @KimGottwald

Yes, it’s possible to do that.

h1, h2, h3, h4, h5, h6, p, b, i {
    font-size: 16px; /* set it as per your needs */
}

Thank you.