-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
What problem does this address?
In font size presets when we add a fluid font size, we have a range of font size instead of a constant font size. For example I am creating a font size with max 80px and min 32px. In this case the font size is neither 80px nor 32px, it is actually (32px - 80px) range. But when we try to choose a font in drop down in site editor, we always see min font size for fluid fonts. This is confusing, as it appear like the font size is 32px and not 80px for larger desktop view.
What is your proposed solution?
Whenever we create a fluid font size, the digit value of font size in font selector dropdown should be something like [min digit - max digit ] ( 32 - 80 in above case ) for static font size its ok to show just the font size.
For more clearification see this image

I have renamed the font size with (80px) so that i got the idea that this font size max value is 80px, otherwise I always get confused that this is actually a fluid font size or not? and what is the max value of that font fluid size?