I am wondering if it’s possible to change the height of inline text, without stretching the font, and without changing the line height in css.
An issue comes up when I have multi-line links with a hover effect: when moused over the lines the effect flickers on and off because of the increased line height: Example
Is there another way to do this?
You won’t be able to change the height of the font alone but you can adjust the
font-sizeto work with the line height you have set.