开发者

Font Rendering in Browsers

I am trying to use Impact Font in my website for heading and it reders like this in the browsers.

Font Rendering in Browsers

In Photo开发者_如何转开发shop it looks like this

http://variable3.com/files/screenshots/2011-04-04_1612.png

CSS CODE

h1{
    font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
    font-size:30px;
}
h2{
    font-family: Impact;
    font-size:24px;
}


I'm no mind reader, so I really have no idea what your question is, but you can't emulate Photoshop's font rendering engine using CSS.


You have a crummy browser?

Either way, you might find http://typekit.com/ interesting.


You need to use any of Web Font Embedding Services.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜