MENU
Min ,Max-Lengths, Float
In combination with relative length units, {min | max}-{width | height} can be used to make sure a piece of content is sized within a reasonable range, especially when the orientation changes. 'float'ing can be used to adapt to different screens.
To set a minimum font-size, you can do this:
{font-size: max(10px, 2vh);}