https://bugzilla.wikimedia.org/show_bug.cgi?id=70681
--- Comment #2 from [email protected] --- I reloaded in Chromium 37 on Ubuntu with ?debug=1 and now I see the wrong glyphs! Inspector > Computed still says font-family: WikiFont-Glyphs , though it's dimmed. I'm not sure what's going on, but two possible bugs: 1) The console says the ResourceLoader module 'ext.flow.icons.styles' which defines the CSS is not loaded (mw.loader.getState( 'ext.flow.icons.styles' ) returns 'registered' not 'ready'). Surely something should be trying to load it. Yet the CSS is there. 2) When I tried to load that module myself with mw.loader.load( 'ext.flow.icons.styles' ) in the browser console, it printed "3Font from origin 'https://bits.wikimedia.org' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://en.wikipedia.org' is therefore not allowed access." In chromium's Network panel, the net requests for the font below all return 200 OK, but zero bytes! https://bits.wikimedia.org/static-1.24wmf19/extensions/Flow/modules/new/fonts/WikiFont-Glyphs.woff?2014-08-28T18:13:20Z https://bits.wikimedia.org/static-1.24wmf19/extensions/Flow/modules/new/fonts/WikiFont-Glyphs.ttf?2014-08-28T18:13:20Z https://bits.wikimedia.org/static-1.24wmf19/extensions/Flow/modules/new/fonts/WikiFont-Glyphs.svg -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
