Jak ustawić maksymalną szerokość czcionki w CSS

div {
  font-size: clamp(16px, 3vw, 32px);
}
Worried Weasel