Theme Options > Overall Style & Config. > Body, Text & Links
I have specified the following code:
font-family: helvetica, arial, sans-serif;
/* font-family: "times new roman", times, serif; */
font-size: 0.9em;
Which works just as I want it to for the overall site. But in:
Theme Options > Post & Pages > Style POSTS & PAGES > BODY Box
I have tried to customize the look of my posts and pages with the following code:
font-family: "comic sans", arial, sans-serif;
font-size: 1.1em;
Only the second line of that code couplet works as I want. The size of the font on the site is larger for posts and pages. But the “comic sans” specification appears to be ignored.
I could not find anything on this site which said anything about comic sans. Doing a Google search I found this http://en.forums.wordpress.com/topic...-in-every-post . The most relevant information in this old post suggests one add:
{font-family: Comic Sans !important;}
by , “On the dashboard, go to Design | Edit CSS, and put it into the textbox. Make sure you select the ‘Add to existing CSS’ option, and you should be good to go. You'll need the Custom CSS upgrade for it to work.”
The “On the dashboard, …” directions apparently refer to an older version of WordPress because I could not see how to apply them now. I did find a “WordPress.com Custom CSS” plugin which said it had been updated to work with WordPress 3.0. But activating the plugin and refreshing my site’s home page immediately generated error messages which would not go away until the plugin was deactivated.
I know there are people who get ill or passionately upset at the thought of using Comic Sans anywhere. But I have artistic reasons for wanting to use it on my site.

Thanks in advance for your time and consideration of this puzzle.