Okay, okay. I see why it'd be easier to change fonts using the "Fonts" section. :P BUT... If I insist on doing things the hard way...
I've been able to change the "menu" and "entry title" fonts on my own with little problem. What I don't understand is why, even when I change the font in the "Site Title" section, nothing happens?
I just want to be able to use a different font for my blog title and sidebar (date, categories, etc.) than for each individual posting. And all I want to use are very basic fonts: Tahoma and Palatino Linotype.
This is what my customized CSS looks like:
#site-title {
color:#000;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight:bold;
font-size:80px;
margin:0;
text-transform:lowercase;
text-rendering:optimizeLegibility;
letter-spacing:-3px;
text-decoration:none;
}
But "Oswald," Helvetica, Arial, San-Serif is what shows up on my screen. :/