How do I make sure every glyph has the same width?

后端 未结 4 1649
不思量自难忘°
不思量自难忘° 2021-01-30 11:59

I\'ve noticed that even at the same font size, there is not a standard width. How can I use these in front of a list of items so the words don\'t appear jagged?

Screensh

4条回答
  •  醉酒成梦
    2021-01-30 13:04

    Its simple and easy to scale glyph or any icon using this css

    > .fa { transform: scale(1.5,1); }
    

提交回复
热议问题