Type-of-Read / arc90labs-readability

Automatically exported from code.google.com/p/arc90labs-readability
0 stars 0 forks source link

Sans font instead of roman on guardian.co.uk articles #538

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What website URL were you visiting when you encountered the problem?
http://www.guardian.co.uk/environment/2010/jun/14/gulf-oil-spill-34bn-fines

with bookmarklet:
javascript:(function(){readConvertLinksToFootnotes=false;readStyle='style-novel'
;readSize='size-medium';readMargin='margin-wide';_readability_script=document.cr
eateElement('SCRIPT');_readability_script.type='text/javascript';_readability_sc
ript.src='http://lab.arc90.com/experiments/readability/js/readability.js?x='+(Ma
th.random());document.getElementsByTagName('head')[0].appendChild(_readability_s
cript);_readability_css=document.createElement('LINK');_readability_css.rel='sty
lesheet';_readability_css.href='http://lab.arc90.com/experiments/readability/css
/readability.css';_readability_css.type='text/css';_readability_css.media='all';
document.getElementsByTagName('head')[0].appendChild(_readability_css);_readabil
ity_print_css=document.createElement('LINK');_readability_print_css.rel='stylesh
eet';_readability_print_css.href='http://lab.arc90.com/experiments/readability/c
ss/readability-print.css';_readability_print_css.media='print';_readability_prin
t_css.type='text/css';document.getElementsByTagName('head')[0].appendChild(_read
ability_print_css);})();

What is the expected output? What do you see instead?
Expected: rendering with a roman font. Instead, the body text of the article is 
rendered with a sans serif font.

Firebug blames the css rules in 
http://static.guim.co.uk/static/90997/common/styles/wide/article-top.css which 
are still being used, for some reason.

What operating system are you using, and what browser and version are you
using?

Mac OS X 10.4.11, Firefox 3.6.3

Original issue reported on code.google.com by rupert.l...@gmail.com on 15 Jun 2010 at 12:33

GoogleCodeExporter commented 8 years ago
Clicking the readability bookmarklet a second time fixes the font, oddly enough.

Original comment by rupert.l...@gmail.com on 15 Jun 2010 at 12:35