Webfont Smoothing and Antialiasing in Firefox and Opera
-
A Former User last edited by
I have custom-made web fonts used on my site (St Helens removals). To style my rendering output, I used the following code:
//-webkit-text-stroke-width: .05px;
//-webkit-text-stroke-color: white;
-webkit-font-smoothing: antialiased;
This works fine on Safari and Chrome (edges are sharper and lines are thinner). Is there any way of implementing the same style on Firefox and Opera?