From: Bob T <bo...@el...> - 2002-10-09 17:22:04
|
Around about the topic of style sheets... Most sites use fixed font sizes in style sheets. This over-rules the users ability to change the display size of the font, to make reading easier (for us old guys)... I just started learning about css and discovered to my delight that it does not have to be this way!! You can use: font-size:120% , font-size:90%, font-size:200% etc... You get control over relative size and leave the user with the ability to determine what size, for them, should be considered "normal" I hope that theme creators will use relative instead of fixed sizes for fonts. Bob T |