hi there – it is on wordpress – using the responsive template.
Recently yynac.wordpress.com moved to yynac.com.au. I want to get the heading fonts the same as the blog site without luck. I have tried a couple of things and now I am trying to make changes as suggested but think I have not written up the CSS correctly. I used Firefox to find in in the blog version. See below:
#entry-title post-title h3 {
font-family: “Alegreya Sans”,sans-serif;
font-style: normal;
font-weight: 400;
}
h1 {
font-size: 2.625em;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: 700;
line-height: 1em;
word-wrap: break-word;
}