Is it possible to adjust a font's vertical scaling using CSS?
问题 I am using an embedded font for the top navigational elements on a site Helvetica65 and at 16px it is the perfect WIDTH but I need it to be about 90% of it's current height. In Photoshop, the solution is simple - adjust the vertical scaling. Is there a way to do essentially the same thing using CSS? And if so, how well is it supported? Here is a jsFiddle of the basic nav coding. 回答1: transform property can be used to scale text: .menu li a { color: #ffffff; text-transform: uppercase; text