If you're like me and downloaded a recent Camino nightly, then you probably noticed that they started turning on antialiasing for really small type sizes. The MacNN forums, for example, suddenly became antialiased if you had the font size set to 9.
Personally, I find this hard to read, so I figured out a quick hack to enable you to set the antialias size to whatever you want. Add this text to your prefs.js file (which is located at ~/Library/Application Support/Chimera/Profiles/default/<random junk>/) :
Code:
user_pref("font.antialias.min", 10);
Add that somewhere in the neighborhood of the other font settings, and all should be well.
Enjoy!