css - Google Web Fonts not working after Firefox 7 upgrade -
i have no idea why happening. following standard tried , tested method of using google web fonts
<link href='http://fonts.googleapis.com/css?family=sunshiney' rel='stylesheet' type='text/css'> <style> h1{ font-family: 'sunshiney', cursive; } </style> <h1>hi there</h1>
this works in safari, chrome , ie not ff7.
has come across this. i've tried using js integration , @import syntax , same. i'm stuck.
this known issue google web fonts. internal configuration change broke serving of 1 of headers needed reliable operation in firefox , ie9+. fix propagating , should working soon.
thanks reporting issue!
(i'm engineer on google web fonts team, found in twitter search trying investigate how deep breakage went)
Comments
Post a Comment