I have a web application that is using CSS3\'s @font-face to embed custom fonts. So far this has works perfectly in IE and Firefox.
With Chrome, however, the custom fo
I would suggest using this:
-webkit-text-stroke: 0.3pt; -webkit-font-smoothing: antialiased;