setting character width with css

前端 未结 2 1721
没有蜡笔的小新
没有蜡笔的小新 2020-12-18 21:06

I need to design a simple logo with css and everything is fine except for the letter size. Requirement is to use verdana font but with wide characters as shown in the image.

2条回答
  •  感情败类
    2020-12-18 21:43

    Your Code-Example does not look like Verdana weight 700.

    Choosing the right

    font-family: 'Verdana'; font-weight:700;

    would give the correct result, at least on systems with Verdana installed.

提交回复
热议问题