CSS – Heading 5, Heading 4, etc
-
I’m trying to change the default Heading 5 (and other Headings) in my CSS Stylesheet editor. For Heading 5 I currently have entered into my CSS:
h5 {
font-family: “Coming Soon”;
font-size: 14px;
font-weight: bold;
}But something is not correct. I want to have Heading 5 be
Font – coming soon
Font Size – 14px (I believe, although I can tweak this number)
Font to be in boldAnd furthermore than I would be changing the specs on the other Headings.
Can someone please tell me where I’ve messed up? Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS – Heading 5, Heading 4, etc’ is closed to new replies.