Duplicate styling of h1, h2, h3, h4, h5, h6 in layout.css and colors.css
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.
Comments
Comment #1
Samat Jain commentedI am going to assume you mean:
In colors.css:
and in layout.css:
I've removed the duplicate definition from layout.css.
Comment #2
(not verified) commented