telophase: (Default)
telophase ([personal profile] telophase) wrote2012-05-17 10:53 am

(no subject)

Anyone who does CSS here ever made Adobe Garamond Pro work with Chrome? It's putting letters on top of each other, regardless of the eltter-spacing property, but it displays just fine in IE and Firefox.

*crickets*

Yeah, thought not. :/

[identity profile] inkblot14.livejournal.com 2012-05-17 10:09 pm (UTC)(link)
Not sure if it'll help, but you could try "text-rendering: optimizeLegibility;" in your CSS, but that'll tweak kerning across all browsers.

I've also seen reference to "-webkit-text-stroke: 1px transparent;" being used to fix kerning issues in safari/chrome specifically, apparently by tricking it into rendering fonts a different way. Not sure if it works or not, but it showed me there's a whole bunch of safari/chrome specific CSS tags out there: http://css-infos.net/properties/webkit