@dpk btw the font on your website is unusually small and i find it genuinely somewhat hard to read (which i probably wouldn't have brought up if you didn't make that exact observation in the text)
@whitequark Bah, I thought 16px would be big enough (it’s been the default font size in browsers forever and is about the same size as UI text in most OSes); I was also trying to avoid adding a media query to have the font appear smaller with a narrower viewport for a reasonable line length on phones. I’ll try messing around with it later, thanks
@whitequark Hmm, the calculated font size for me on mastodon.social is 15 px (actually smaller! although you can’t compare directly with point size between different fonts at this level of precision). I wonder if the problem is that I declare the font size only in px, while Mastodon seems to have a reset declaration first. (This may be mid-2000s CSS trauma speaking, though.)
@whitequark Okay, I boosted from 16px to 18px. It looks maybe a little too big to my eyes now (though probably I just got used to the old size and need to get used to the new one) – but I was pleasantly surprised that the line length didn’t seem too short when I opened it in the iOS Simulator, even without a media query. Thanks!