I am trying to use the Antic font found in Google Web Fonts. This is a beautiful font and my entire website was designed based around it.
I started coding my site, but I am having this annoying anti aliasing issue with Antic.
I tried everything in CSS...
font-smooth: always;
transform: rotate(-0.0000000001deg)
-webkit-font-smoothing: subpixel-antialiased;
text-shadow: 0 0 1px rgba(0,0,0,0.3); <- barely works
Your help is much appreciated.