I have some custom made webfonts embedded on my site and I use stuff like
//-webkit-text-stroke-width: .05px;
//-webkit-text-stroke-color: white;
-webkit-font-smoothing:antialiased;
to style my rendering output. This works just fine in Safari and Chrome. I get way sharper edges and thinner lines.
Is there any way of doing stuff like that in Firefox? Or Opera?
Thank you in advance.