Duplicate styling of h1, h2, h3, h4, h5, h6 in layout.css and colors.css

Comments

Samat Jain’s picture

Status: Active » Fixed

I am going to assume you mean:

In colors.css:

h1, h2, h3, h4, h5, h6 {
  font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}

and in layout.css:

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

I've removed the duplicate definition from layout.css.

Anonymous’s picture

Status: Fixed » Closed (fixed)