in reply to Fonts on browser too small.

Customizing PerlMonks CSS is usually confusing for those that infrequently utilize PerlMonks; however, it's actually very simple. Go to the Search box on the top left-side of PerlMonks and enter "Display Settings". It'll take you to your display settings page. Scroll down to "On-Site CSS Markup". Put this in the box:
tt font { font-size: larger; } ul font { font-size: larger; }
"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: 2pt; }
or more---you'll need to experiment with it. When I first tried it, I took it up 40pt, but don't do that:).

Replies are listed 'Best First'.
Re^2: Fonts on browser too small.
by flexvault (Monsignor) on Aug 29, 2011 at 18:31 UTC

    Thanks Khen1950fx

    If you look at the update, I didn't have to make any changes. But if in the future I need to, I'll probably use your suggestions.

    Thank you . . . Ed

    "Well done is better than well said." - Benjamin Franklin