Add Font Clamp to font size options.

Using vw units is helpful when scaling websites, but can sometimes present design challenges. font-size:clamp() allows you use a range of font-sizes using other units in conjunction with vw units so you wouldn’t have to adjust font-sizes all the way down (though you still could).

Standard font clamp syntax:

font-size:clamp(min, preferred, max)

font-size:clamp(14px, 2vw, 20px)

  • Dan Martinez
  • Aug 11 2020
  • Reviewed
  • Philip Stancil commented
    23 Mar 07:15pm

    Please, please, please!

  • Kyle Sandstrom commented
    5 Dec, 2022 10:58pm

    Definitely would love this

  • Yannik commented
    21 Oct, 2020 03:22pm

    Yes I would love to have this feature as well!!

  • Israel Torres commented
    11 Aug, 2020 01:54pm

    That will be a great feature!

  • +10