• Looking at the CSS code for .post-single:

    .post-single {
        font-family: 'droid serif';
        font-size: 14px;
        line-height: 1.8em;
        margin: 0;
    }
    

    How come the font-family is being defined here, when the same font-family is already set on body?

    • This topic was modified 7 years, 4 months ago by DannyCooper.

The topic ‘CSS query’ is closed to new replies.