Thank you both. However it’s still not working. I created a “fonts” folder in the custom folder of my theme folder. I used fontsquirrel css generator for the syntax. I added “fonts/” to the src url
Which now looks like
src: url(‘font/AquilineTwo-webfont.eot?#iefix’) format(’embedded-opentype’),
And then used the following syntax:
.custom #header #tagline {
font-family: “Aquiline-Two”,”Times New Roman”,serif;
font-size: 2.4em;
line-height: 1.375em;
}
Anyone see any errors?
Very helpful Amy, and thank you Esmi