Change default font

  • Hi, I want to change the default font style for post but couldn’t make it with CSS:

    .post.format-standard .entry-content,
    .post.format-standard .entry-content
    p {
    font-size: 15px;
    line-height: 2em;
    font-family: “lucida grande”, tahoma, verdana, arial, sans-serif

    }

    Can you tell me how to do it? Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hey there,

    Thank you for your question. I’d like to help.

    Something like this should work:

    #main .post .entry-content p {
    	font-size: 15px;
    	line-height: 2em;
    	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
    }

    Kind Regards,
    Scott Basgaard

  • Hi Scott,

    Thank you so much!!!! appreciated :)

    Harris

  • The topic ‘Change default font’ is closed to new replies.