Am I going crazy or the font used in the forum is different?
I don't think the site's CSS changed, and it looks the same as always for me. As in, before I started manipulating the CSS on my side.
Maybe you installed a new font or something like Word in the meantime? I know that that can cause your fonts to get reshuffled.
Of course, you can always change the fonts the Forums use with something like
Stylish.
I actually created a custom style because I don't like how Verdana seems to eat tildes and turns them into dashes for me:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("cutstuff.net") {
.postbody {
font-family: "Segoe UI","Trebuchet MS", sans-serif;
font-size: 12px;
line-height: 13px;
}
body {
color: #323D4F;
font-family: "Segoe UI","Trebuchet MS", sans-serif;
font-size: 9.5px;
}
textarea {
background-color: #FAFAFA;
border: 1px solid #A9B8C2;
color: #333333;
font-family: "Segoe UI","Trebuchet MS", sans-serif;
font-size: 13.5px;
font-weight: normal;
line-height: 14.5px;
padding: 2px;
}
.quotecontent, .attachcontent {
background-color: #FAFAFA;
border-color: #A9B8C2;
border-style: solid;
border-width: 0 1px 1px;
color: #4B5C77;
font-family: "Segoe UI","Trebuchet MS", sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 13px;
margin: 0 5px 10px;
padding: 5px;
}
.codecontent {
background-color: #FAFAFA;
border-color: #A9B8C2;
border-style: solid;
border-width: 0 1px 1px;
color: #006600;
direction: ltr;
font-family: "fixed", "Lucida Console", "Courier New", monospace;
font-size: 0.85em;
font-weight: normal;
margin: 0 5px 10px;
padding: 5px;
}
.nav {
color: #000000;
font-weight: bold;
margin: 0;
font-size: 10px;
}
.gensmall {
font-size: 10px;
margin: 1px;
}
}
Oh, and the default code-block font is the worst of the worst.