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.
you could try making it bold using font-wieght: bold;
yes bold should do the trick
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
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.85em
or,
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px