Is it possible to change inline text height, not just the line-height?

前端 未结 8 1919
面向向阳花
面向向阳花 2021-01-01 10:23

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 whe

8条回答
  •  北海茫月
    2021-01-01 10:45

    You cannot change font height using CSS but what you can do is to make it look taller by

    • reducing letter-spacing (Note: you can use negative letter-spacing if you need.)
    • reducing font-weight
    • and by increasing font-size

提交回复
热议问题