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 w...