I'd like to use a Google Font for our h1 tags; but, when I append that CSS, it is not recognized by the theme. Using Firebug, I've figured out that Atahualpa is seeing Two WordPress versions—in this case, WordPress #3 (Atahualpa) and WordPress #2 (Google Font CSS). What I can't figure out is why the appended h1 tags' CSS is not being recognized (struck through); in one case, the font-size is struck through; in the second case, the font-family is struck through.
Quote:
iv.post-headline h1, div.post-headline h2 { font-size:1.7em; margin:0; padding:0; } wordpress #3 (line 63) |
Quote:
h1 { font-family:'Tangerine',arial,serif; font-size:28px; font-style:normal; font-weight:400; letter-spacing:0; line-height:1em; text-decoration:none; text-shadow:none; text-transform:none; word-spacing:0; } wordpress #2 (line 35) h1 { font-family:'Tangerine',arial,serif; } wordpress #2 (line 34) |
HTML Code:
<link href="//fonts.googleapis.com/css?family=Tangerine:regular,bold&subset=latin" rel="stylesheet" type="text/css" >
Does anyone have any experience using Google Fonts with Atahualpa 3.5.3 and successfully using Google Font h1 tags?
Thank you,
Doug Arnold