我目前正在使用来自Google Web Fonts API的Josefin Slab ,并且遇到了一些渲染/间距问题。我已经尝试了一切以使垂直对齐从 Firefox OSX 匹配到 PC 并且无法让它们正确呈现。有没有人有这方面的经验,可以提供一些见解,我想继续使用字体进行导航,但可能不得不移动到图像以实现跨浏览器的一致性。
是否有人对他们可能遇到并解决的类似问题有任何指示?
我目前正在使用来自Google Web Fonts API的Josefin Slab ,并且遇到了一些渲染/间距问题。我已经尝试了一切以使垂直对齐从 Firefox OSX 匹配到 PC 并且无法让它们正确呈现。有没有人有这方面的经验,可以提供一些见解,我想继续使用字体进行导航,但可能不得不移动到图像以实现跨浏览器的一致性。
是否有人对他们可能遇到并解决的类似问题有任何指示?
This is not an answer but a possible workaround for you.
Webfont is tricky even Google can't get it right, it is mostly due to the fact each platform interpert the same font file differently. If you know scripting, you could detect OS, add className and adjust the style for each platform. Modernizr could do the same thing.