Discussing: Fonts are too small
Fonts are too small
Message: 52973
27 Dec 09 7:22 PM
Original Post
General Audience
Read-Only
Greetings. I think the new site's default fonts are too small, and also not very readable even when magnified. It would be nice to be able to change them via a site setting. I know, of course, about ctrl-+, but I'd rather not have to use it. BTW, I don't have this problem with other sites (e.g., Google), so I suspect it isn't caused by my browser (Firefox 3.5.6).
Re: Fonts are too small
@-moz-document domain(henneth-annun.net)
{
p
{
font-family: "Arial", sans-serif !important;
font-size: 90% !important;
}
}
The thread "Using @-moz-document to customise sites in usercontent.css" at http://forums.mozillazine.org/viewtopic.php?t=286866 has more examples of what you can modify and how.
BTW, modifications to usercontent.css take effect only after restarting Firefox.