Put back verdana in drupal.org, is much much legible... Please!!!

Comments

Bojhan’s picture

Status: Active » Closed (won't fix)

Nah

soulfroys’s picture

Priority: Normal » Minor
Status: Closed (won't fix) » Closed (fixed)

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;
  }
}
juan_g’s picture