Y'all:
I've tried following the instructions in various threads to no avail... So, I'm giving up and asking for help with this one.
1. I've uploaded all my typeface files to a single directory, http://www.thinkinginchrist.com/webfonts
For instance, http://www.thinkinginchrist.com/webfonts/23F205_8_0.ttf
2. I've added the following to my css inserts in Atahualpa:
@font-face {font-family: 'ProximaNova-Regular';
src: url('http://www.thinkinginchrist.com/webfonts/23F205_8_0.eot');
src: url('http://www.thinkinginchrist.com/webfonts/23F205_8_0.eot?#iefix') format('embedded-opentype'),
url('http://www.thinkinginchrist.com/webfonts/23F205_8_0.woff') format('woff'),
url('http://www.thinkinginchrist.com/webfonts/23F205_8_0.ttf') format('truetype');}
There are three more definitions in there for the other formats of this face, but it's easiest just to concentrate on one for the moment.
Which was generated by myfonts.com.
3. I also added:
body {font-family: "ProximaNova-Regular";}
p {font-family: "ProximaNova-Regular";}
to my css inserts, and:
font-family: 'ProximaNova-Regular';
to "Body Style" under "Body, Text, and Links," in the theme options.
But the font still doesn't show up on my wordpress page... Another question --there is italics, bold, etc., there, as well --will those pick up automatically, or is there some other css I must insert to get all the styles working?