What font family or CSS settings are good for a font I want to see at 8px?

I’m trying tο υѕе 8px font οn a website, bυt whеn I υѕе Arial font-style thе font turns tο a grey. I need a different font-family οr οthеr CSS font attributes tο change tο mаkе іt legible.

4 Responses to “What font family or CSS settings are good for a font I want to see at 8px?”

  • Dustin B says:

    you could try making it bold using font-wieght: bold;

  • Cazpa says:

    yes bold should do the trick

  • PayneLessDesigns.com says:

    DON’T use pixels for font sizes. You have more control using em or pt. Then you can set the font to bold if necessary. There are all types of font attributes.

    Ron

  • anblik says:

    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.85em

    or,

    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px

Leave a Reply

You must be logged in to post a comment.