Issue when using % to set the line height for text.
The issue does not seem to be related to any particular typeface/font.
- Currently when the font size is above 95px, the line height in %, behaves as expected and adjusts per 1% increment.
- When its below 95px, it starts to skip a percent (around 91-94%) here and there.
- The bigger issue is when using smaller font sizes (e.g 12-20 px). Line height isn’t adjusting per 1% increments but skips to about 5-7% increments.
- Expected behaviour is for it to be consistent and adjust per 1% increment at any font size; just like when using pixels to adjust the line height, where it adjust per 1px increment.
Is this a known issue? If not when can a possible fix be implemented ?