Y'all:
I've gotten the body type working with a web font, but I can't seem to get the headlines for posts changed... This is what I have:
Wordpress 3.5
Atahualpa 3.7.10
In my "css inserts" section:
@font-face {font-family: 'Crewekerne';
src: url('http://www.thinkinginchrist.com/webfonts/23F205_B_0.eot');
src: url('http://www.thinkinginchrist.com/webfonts/23F205_B_0.eot?#iefix') format('embedded-opentype'),
url('http://www.thinkinginchrist.com/webfonts/252D66_0_0.woff') format('woff'),
url('http://www.thinkinginchrist.com/webfonts/252D66_0_0.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
h1 {font-family: 'Crewekerne';}
h2 {font-family: 'Crewekerne';}
In the "stylesheet editor," section:
h1 {
font-family: "Crewekerne", sans-serif;
}
h2 {
font-family: "Crewekerne", sans-serif;
}
In the "headline body text" section:
h1 {font-family: "Crewekerne";}
h2 {font-family: "Crewekerne";}
font-family: Crewekerne;
In the "headline box: links" section:
h1 {font-family: "Crewekerne";}
h2 {font-family: "Crewekerne";}
font-family: Crewekerne;
The files appear to be in the right places (I can download them by putting in the url), and I've tried both Firefox and IE64.
Did I miss something? Any ideas?
Thanks!