-
Looks like a good default for all my future personal Web sites:
body { font-size: calc(0.9rem + 1vw); } @Media screen and (min-width: 55rem) { body { font-size: 1.45rem; } }
body {
font-size: calc(0.9rem + 1vw);
}
@Media screen and (min-width: 55rem) {
body {
font-size: 1.45rem;
}
}