AnnouncementsMatrixEventsFunnyVideosMusicAncapsTechnologyEconomicsPrivacyGIFSCringeAnarchyFilmPicsThemesIdeas4MatrixAskMatrixHelpTop Subs
4

I was playing around a bit the font size of posts here. Right now we are using Roboto. I think things would be more legible with a hair more size. But I noticed something odd. There was something almost cartoonish about the font.

So then I though maybe serif is the way to go. I discovered Fangsong, which I kind of liked. It's sharp and clean. It maybe doesn't have perfect kerning.

So my next line of thought is let's see what others are using. Is serif even a good idea? Look at Reddit. It's got Roboto too just like we have, but I notice their font size is tiny. That's when I realize something. Roboto has a completely different character at different sizes. When small it's one of the cleanest fonts. At size it becomes comic-sans like. It really does. Just increase the font size here to see it.

I think the lower contrast here vs reddit's black on white lends itself to a larger font. But Roboto may not be the one when we increase it a little.

I've left some themes in the comments to make it easy to see what I mean. To make a comment a theme just click "Make theme." I'm open to opening a vote for the default font here and so I'm asking for nominations. I'll open a poll later.

Holy shit: The ability to test themes from CSS comments is actually good. I made that and then didn't play with it much after I made it. When it's time to make the poll this will be really easy for people to see the impact. To make a theme yourself just use ```css at the start of a comment.

Comment preview
[-]LarrySwinger2(+2|0)

Terminus is a good font. Cambrium Helvetica although that might be proprietary micro$hit. And this website uses an awesome 8-bit font.

[-]x0x70(0|0)

Windows 2000 era Borland C++ IDE should be a valid visual mode. https://terminus-font.sourceforge.net/shots.html

That's another size dependent font. The 10x20 looks better than the others. It's weird how having only two extra width pixels means r's look weird.

[-]LarrySwinger0(0|0)

Personally I'm not bothered by the rs in any of those sizes especially the 12x24 ones.

[-]LibertyIsTheLaw1(+1|0)

Segoe UI?

[-]x0x70(0|0)
/* Larger font Roboto */
#posttext p {
 font-size: 1.2em;
 font-family: Roboto;
}
[-]x0x70(0|0)
/* Larger font Fangsong */
#posttext p {
 font-size: 1.2em;
 font-family: Fangsong;
}
[-]x0x70(0|0)
/* Reddit size Roboto */
#posttext p {
 font-size: 14px;
 font-family: Roboto;
}
[-]x0x70(0|0)
/* Current size Fangsong */
#posttext p {
 font-family: Fangsong;
}
[-]x0x70(0|0)
/* Cursive */
#posttext p {
 font-family: Cursive;
}
[-]x0x70(0|0)

Wow. I like a lot of these. I almost wish fonts varied more because this is kind of nice. It's not professional but it is easy on the eyes.

[-]x0x70(0|0)
/* Monospace */
#posttext p {
 font-family: Monospace;
}
[-]x0x70(0|0)
/* Larger Cursive */
#posttext p {
 font-size: 1.1em;
 font-family: Cursive;
}
[-]x0x70(0|0)
/* Arimo is my browser's default sans-serif */
#posttext p {
 font-family: Arimo
}
[-]x0x70(0|0)
/* At a larger size it doesn't feel as comic-sans as roboto */
#import https://goatmatrix.net/c/AskMatrix/7A6ou9grTT#EiYVd7LLPx
#posttext p {
 font-size:1.1em
}
[-]x0x70(0|0)
/* Maybe Veranda
   Used by saidit */
#posttext p {
 font-family:verdana;
}
[-]x0x70(0|0)
/*
It feels so different from Saidit.  I figured it out. */
#posttext p {
 font-family:verdana;
 font-size:0.9em;
 color:#ffffffdd;
}
/*
Of course chat text would need to adjust to match
*/