I've created an @font face with Font Squirrel, and included it in my CSS:
body {
font-family:'neouthin';
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
}
However, it's displaying heavily aliased, and I want it to display anti-aliased:
- Site: http://www.tributetotheair.com
- Screenshot: http://cjoint.com/13dc/CLlrV4gUitH.htm
I think the issue is with the transparent background, but I don't know how to solve it?
It depends which browser you're looking at it on - I suspect Chrome?
Each browser handles font anti aliasing differently - this is one of the few times that IE comes out on top, though I believe FireFox also anti-aliases by default.
If your issue is with Chrome, then it's answered here.