ludoo0d0a / googlereaderplus

Automatically exported from code.google.com/p/googlereaderplus
0 stars 0 forks source link

Readability font issue #616

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I increase readability font size a...between thanks for the integration 
of readability inside windows...Readbility not only removes clutter but can 
load the entire feed from a link which other wise is not possible in 
Reader,Feeddemon....What are the ways to use different fonts (other than Times 
new roman and Arial as you mentioned in a question)...Thank you

PS:(possible only with RSSowl and with extra addon)

Original issue reported on code.google.com by raviteja...@gmail.com on 16 Apr 2012 at 9:34

GoogleCodeExporter commented 9 years ago
I mean to change font in readability to Segoe UI

Original comment by raviteja...@gmail.com on 16 Apr 2012 at 9:41

GoogleCodeExporter commented 9 years ago
use relook and add this :

html,body{
    font-family:"Segoe UI";
}

see http://code.google.com/p/googlereaderplus/wiki/Relook_tips

Original comment by ludovic.valente on 17 Apr 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by ludovic.valente on 17 Apr 2012 at 7:44

GoogleCodeExporter commented 9 years ago
Note: An option 'bigger font' is already in option panel.

It will add this:

.p_readability{font-family: Georgia,'Times New Roman',serif;font-size:19px;}
.p_readability img{margin:1em auto;display: block;}

Original comment by ludovic.valente on 17 Apr 2012 at 7:56

GoogleCodeExporter commented 9 years ago
Thanks a lot...I couldn't find option to change font size..but anyways your 
code helped me with that

Original comment by raviteja...@gmail.com on 17 Apr 2012 at 4:51

GoogleCodeExporter commented 9 years ago
oups, maybe because this option is not still in the official release !!
sorry !

Original comment by ludovic.valente on 19 Apr 2012 at 12:17