in reply to Fonts on browser too small.
"larger" increases the size by one point. Conversely, "smaller" would decrease the size by one point. One point may not seem like very much, but it's significantly noticeable. The tt font is for code, and the ul font is for replies. If one point isn't large enough, you can always take it up any number of points as for example:tt font { font-size: larger; } ul font { font-size: larger; }
or more---you'll need to experiment with it. When I first tried it, I took it up 40pt, but don't do that:).tt font { font-size: 2pt; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fonts on browser too small.
by flexvault (Monsignor) on Aug 29, 2011 at 18:31 UTC |