Post font question

  • Unknown's avatar

    I’m using the Regulus theme. I want the post and page text to be a different font, so I added this code (and I think I added it in the right place) to do that:

    #content p {
    	line-height:1.5em;
    	color:#f00;
    	font:Verdana;  /* This is the code I added */
    	margin:12px 0;
    }

    However, the post text is still appearing as Lucide Grande, the default font.

    What I need to do to get my post and page text to appear in Verdana?

    My blog is at http://whtest.wordpress.com/.

    *** I meant for this post to go into CSS Customization.

  • The topic ‘Post font question’ is closed to new replies.