Making all text slightly larger (General)

by Dangle, Thursday, August 07, 2008, 00:00 (5713 days ago)

Is there an easy way to make ALL text slightly (1 to 2 pixels) larger? Using the CSS file of course. Thanks...

locked
2951 views
Avatar

Making all text slightly larger

by Alex ⌂, Thursday, August 07, 2008, 06:55 (5713 days ago) @ Dangle

Hi Dangle,

Is there an easy way to make ALL text slightly (1 to 2 pixels) larger? Using the CSS file of course. Thanks...

Not tested how it'll look like in IE but you could increase this value a little:

body { ...; ...; ...; font-size:100.1%; }
                                ^^^^^


Alex

locked
3002 views

RSS Feed of thread