Quote (jtd @ Jun 8 2011 12:30pm)
I currently use the style with the bigger font. I feel as though it is too hard to see the default d2jsp font size mainly because I have bad eyes

You could also zoom on this site (CTRL +) or check out what I found googling around...
Quote
You can do this by editing your User Style Sheet to contain per-site rules. For example, to make fonts on www.example.com larger you would have something like:
@-moz-document domain(example.com)
{
body { font-size: 16px !important; }
}
posted by mbrubeck at 5:26 PM on September 21, 2006 [1 favorite]
You can get per-website stylesheets by installing the Stylish extension. The result is the same as mbrubeck's method, but you have a nice little interface, and you write a bit less code each time. I use it for exactly this purpose.
posted by odinsdream at 6:19 PM on September 21, 2006