Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Is it just my computer or did they enlarge the font on here recently?

Do they think we all have poor eyesight?
This page is a permanent link to the reply below and its nested replies. See all post replies »
ninalanyon · 61-69, T
I dislike san serif type for the larger elements so I have added this userContent.css file to the chrome directory of my Firefox profile.

@-moz-document domain(similarworlds.com){
html, p, li, h1, a {
font-family : serif !important;
}
}
@ninalanyon OH!! Good to know!! THANK YOU!!!

Yeah, I have a bone to pick with sans serif. Our kid was identified as dyslexic in elementary school. A sans serif b and d look identical to many dyslexics - it's like a cat is the same animal facing left or right - why shouldn't b and d be the same animal? Likewise p and q. Serifs can break the symmetry and thus help confused children.

So I really object to elementary texts using sans. And there's the issue of I, l, & 1. Sorry, that's a capital I, a lower case L and a digit one. Gosh, how do they look in the BIG font? I, l, & 1 Why in the world would a font designer want to add ambiguity to text? It boggles the mind!
Found these instructions online

Firefox userContent.css

Open Firefox and press Alt to show the top menu, then click on Help → Troubleshooting Information
Click the Show Folder button beside the Profile Folder entry
Create a folder named chrome in the directory that opens
In the chrome folder create a css file with the name userContent.css
Put ninalanyon's code in a file named userContent.css, and restart Firefox:
ninalanyon · 61-69, T
@ElwoodBlues I recently added another bit to it so now it says:

@-moz-document domain(similarworlds.com){
html, p, li, h1, a, .sw-title {
font-family : serif !important;
}
}

The .sw-title makes <span> elements that have the sw_title class also use serif.

Oh, and one other thing. userContent.css is ignored by Firefox unless you make a small change to the configuration. See this web page:
https://www.reddit.com/r/FirefoxCSS/comments/brmi8v/psa_firefox_v69_users_will_have_to_set_a_pref_to/

- Type about:config in the address bar and click the button to acknowledge the danger
- Type toolkit.legacyUserProfileCustomizations.stylesheets in the search box
- Change the value to true by double clicking or clicking the toggle button
- Restart Firefox
ninalanyon · 61-69, T
@ninalanyon And of course you can apply this to as many sites as you like by making a copy of the text and pasting it into the same file then change the similarworlds.com to the domain of the site you want to modify.
@ninalanyon Thank you!!

It works IT WORKS IT WORKS !!!
ninalanyon · 61-69, T
@ElwoodBlues Glad to help. I really dislike san serif for the reasons you mention. It made some sense when we only had low resolution displays and dot matrix printers but now that we all have moderately high resolution displays and 600 dpi printers there is no need for it.
I think I might experiment with serif for the comment text as well.

Time to open the inspector again.
ninalanyon · 61-69, T
@ninalanyon That's better. Now this page looks like this on my laptop:

This is the userContent.css
@-moz-document domain(similarworlds.com){
html, p, li, h1, a, .sw-title, .swcmnt {
font-family : serif !important;
}
}
ninalanyon · 61-69, T
@ninalanyon Another thing I should mention: userContent.css should also work in Chrome and any Chrome based browsers like Vivaldi and Edge.