google web fonts in firefox 7.0.1
I have a problem to load the google web fonts on firefox
body, input, select, textarea, h1, h2, h3 {
开发者_C百科 font-family: "Ubuntu Condensed",sans-serif !important;
}
This is a known issue with Google Web Fonts. An internal configuration change broke serving of one of the headers needed for reliable operation in Firefox and IE9+. The fix is propagating now and it should be working soon.
Thanks for reporting the issue!
(I'm an engineer on the Google Web Fonts team, found this in a twitter search trying to investigate how deep the breakage went)
精彩评论