I got a fontkit from fontsquirrel & copied the css into the styles.css & made the url 'fonts/Titillium ..." I also tried '../fonts/Titillium ..."
I put the fonts folder into the main directory, the site directory, the studio directory.
Nothing is working. I went through the tutorial at webpublishing2.wordpress.com/week-five-2/fontface-with-indexhibit/ but the part about adjusting the path is quite vague. Maybe I'm an idiot.
the site is annieznalbandian.com/ - just beginning, obviously, thought I was starting with something easy!
here is the css from the stylesheet:
@font-face {
font-family: 'TitilliumText22LRegular';
src: url('fonts/TitilliumText22L003-webfont.eot');
src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TitilliumText22LBold';
src: url('fonts/TitilliumText22L005-webfont.eot');
src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
font-weight: normal;
font-style: normal;