-
@fvsch So the safe way to use it as progressive enhancement:
css font-size: 1.5rem; font-size: max(1.5rem, min(calc(1rem + 2vw), 3rem)); font-size: clamp(1.5rem, calc(1rem + 2vw), 3rem);
Light… 😅
css
font-size: 1.5rem;
font-size: max(1.5rem, min(calc(1rem + 2vw), 3rem));
font-size: clamp(1.5rem, calc(1rem + 2vw), 3rem);
Light… 😅