Put back verdana in drupal.org, is much much legible... Please!!!
Nah
Thank you @bojhan...
Fix it locally (http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/):
(For 1024x768 - 15" monitor)
@-moz-document domain(drupal.org) { /* Verdana everywhere. */ body, caption, th, td, input, textarea, select, option, legend, fieldset { font-family:"Bitstream Vera Sans",Verdana,Helvetica,Sans-Serif !important; } /* Increase comment title a little. */ .node-type-project-issue #content h3.comment-title{ font-size:1.25em !important; } /* Module name in evidence. */ #page-subtitle { color:#333333 !important; font-size:2em !important; font-weight:bold !important; } }
A related issue: #912936: Change font family
Comments
Comment #1
Bojhan commentedNah
Comment #2
soulfroysThank you @bojhan...
Fix it locally (http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/):
(For 1024x768 - 15" monitor)
Comment #3
juan_g commentedA related issue: #912936: Change font family