locked
Don't use crazy fonts in "My Profile" RRS feed

  • Question

  • 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; 


    Tuesday, June 24, 2008 5:15 AM