Die, Verdana! Die!
body {
font-family: "Trebuchet MS";
}
Xander ,'Touched'
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Die, Verdana! Die!
body {
font-family: "Trebuchet MS";
}
body { font-family: "Comic Sans MS"; }
AHHHHHHHHHHHHHH!!!!!!!!!!!!
Thanks Jon. Go ahead and delete the existing file. I can recreate it, and play some more.
"Comic Sans MS";
Heh! I just tried that, too.
I'm enjoying "Meiryo" enough that I think I might stick with it. I'm not sure if that's a very standard font, but it's on my computer at least.
I just tried "buffied," which is the font we used for the site logo. That was ugly. It doesn't scale down very well.
Thanks Jon. Go ahead and delete the existing file. I can recreate it, and play some more.
OK. Try it now.
Also, the "edited by" text in posts that have been edited is way too big.
Problem solved:
.edited-by {
color: #FFFFFF;
}
Looking through the CSS: What's the purpose of putting "font-size: 80%" in the "admin-threads" section? It doesn't appear to be doing anything, since the "thread-desc" and "thread-title" sections are both overwriting it...
Also, does the # in front of its section mean anything? I admit to being only lightly familiar with CSS.
# is for id, . is for class.