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:).

In reply to Re: Fonts on browser too small. by Khen1950fx
in thread Fonts on browser too small. by flexvault

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.