I have custom-made web fonts used on my site. To style my rendering output, I used the following code:
//-webkit-text
When the color of text is dark, in Safari and Chrome, I have better result with the text-stroke css property.
-webkit-text-stroke: 0.5px #000;