Closed GoogleCodeExporter closed 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
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
Original comment by ludovic.valente
on 17 Apr 2012 at 7:44
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
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
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
Original issue reported on code.google.com by
raviteja...@gmail.com
on 16 Apr 2012 at 9:34