I'm trying to migrate a site I did in Coraline to Thematic, just because! ... but also because Thematic gives me more hooks for modifying the mobile version of the site. But something weird is happening to the desktop version of the site in Chrome and Safari and it's a total dealbreaker.
Fonts are dimming strangely and losing subpixel-level smoothing in Webkit browsers. At many font sizes it's not at all cool or legible.
Initial webs research indicates this might be because of js superfish menus, or perhaps other javascript, and the js's interaction with flash videos or perhaps other videos. The video content I can't get rid of, so I'd like to try disabling the superfish quickly to troubleshoot it. ** UPDATE **
I did disable superfish and all the head_scripts using Helga's code from the Menu sticky. Problem persists.
// Filter away the default scripts loaded with Thematic
function childtheme_head_scripts() {
// Abscence makes the heart grow fonder
}
add_filter('thematic_head_scripts','childtheme_head_scripts');
The Thematic sandbox version with font-weirdness is andrewnimmo.com/mistersaturdaynight
The Coraline live site, for NON-font-weirdness comparison, mistersaturdaynight.com
Driving me absolutely bonkers. :/