• 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 6 years, 1 month ago by DannyCooper.
  • The topic ‘CSS query’ is closed to new replies.