Unanswered Don't use crazy fonts in "My Profile"

  • 24 czerwca 2008 05:15
     
      Zawiera kod
    Or at least fall-back to generic font families.

    My system does not have "Segoe UI", at least not for Firefox, and as such it shows up as ugly Times New Roman.

    In you CSS, at least do something like

    .ItemHeader {                       Profile.css (line 125) 
      color: #666666; 
      font-family: Segoe UI, sans-serif; /* generic font fall-back */ 
      font-size: 12pt;