min-font-size
Summary
Obsolete: unsupported.
This property is only used when the text-align-last property is set to size. It controls allowed adjustments of font-size to fit line content.
Overview table
- Initial value
auto
- Applies to
- all elements and generated content
- Inherited
- Yes
- Media
- visual
- Computed value
- font-size
- Animatable
- No
- CSS Object Model Property
minFontSize
- Percentages
- elements computed font-size
Syntax
Values
- font-size
- The font size of the last line of an element is restricted to being greater than either the computed font-size or this number, whichever is smaller.
- auto
- The rendering agent determines the minium font size.
Usage
This property is only used when the text-align-last property is set to size.