tamanho da fonte mínima
h1 {
font-size: 2rem;
}
h1.responsive {
font-size: max(4vw, 2em, 2rem);
}
Uptight Unicorn
h1 {
font-size: 2rem;
}
h1.responsive {
font-size: max(4vw, 2em, 2rem);
}
//Minimum 16px.
font-size: calc(16px + 1vw);