Switch back to the old timer font

Discussion in 'Implemented' started by eric the espeon, May 4, 2010.

  1. eric the espeon

    eric the espeon is an espeon.

    Joined:
    Apr 21, 2010
    Messages:
    854
    Likes Received:
    1
    The new one is much harder to read, and kinda annoying, the old one was fine. I was talking this over with a few people on irc, they generally agreed so I thought i'd post.
     
  2. Jules

    Jules i make you MANGRY

    Joined:
    Apr 23, 2010
    Messages:
    243
    Likes Received:
    1
    i mentioned this while testing the 0.9.5 release.
    i agree.
     
  3. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    That seems to depend of the computer you have.

    For me it's perfectly readable and much better.

    Anyway, open db/default.css:

    Code (text):
    1. QProgressBar#TimeOut {
    2.     font-family: [B]LCD[/B];
    3.     font-weight: bold;
    4.     font-size: 12pt;
    5.     border: 1px solid black;
    6.     width: 79;
    7.     height: 21;
    8.     background-color:black;
    9.     text-align: center;
    10.     color: white;
    11.     border-radius: 7px;
    12. }
    And you can change the font. I'll look for some other way but i don't promise anything.
     
  4. Quacks

    Quacks Member

    Joined:
    Apr 22, 2010
    Messages:
    118
    Likes Received:
    0
    I had same issue with the font used, but changing the size to 14pt in css file made it much easier on eyes.
     
  5. zeroality

    zeroality Artificial Insanity

    Joined:
    Apr 22, 2010
    Messages:
    1,378
    Likes Received:
    1
    Try using em instead of pt? Or even px. pt is outdated.
     
  6. coyotte508

    coyotte508 Well-Known Member Administrator Server Owner Administrator Server Owner

    Joined:
    Apr 21, 2010
    Messages:
    6,363
    Likes Received:
    168
    Thanks for the protip. Every pt statement will be replaced by a px one, and then the program will be able to match DN's creations to the perfection.