Font Rendering in Browsers
I am trying to use Impact Font in my website for heading and it reders like this in the 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.
精彩评论