Need help with CSS and fonts

sjnoelsjnoel Registered Users Posts: 41 Big grins
edited February 11, 2014 in SmugMug Customization
Hi everyone,

I'd appreciate any help on this. I'm having trouble with fonts on my new smugmug customization.

On our website, www.cmewebsites.com, we are using Franklin Gothic Demi Condensed. We're using a font kit that's been uploaded to our server. It works fine in all browsers.

We added it to our smugmug customization: cmewebsites.smugmug.com Knowing that we can't upload a font kit, we added the CSS with a hard reference to the font kit that's functioning on our server.

Yet it only works in Chrome. It doesn't work in IE or FF. We've set a secondary font (Oswald) that works in IE an FF (coming from Google fonts). It seems to me we must be calling it right when it works in Chrome.

This is how we're calling the font in the Entire Site CSS file:
@font-face {
font-family: 'franklin_gothic_demi_condRg';
src: url('http://www.cmewebsites.com/template_dwt/fonts/14359-webfont.eot');
src:
url('http://www.cmewebsites.com/template_dwt/fonts/14359-webfont.woff') format('woff'),
url('http://www.cmewebsites.com/template_dwt/fonts/14359-webfont.ttf') format('truetype'),
url('http://www.cmewebsites.com/template_dwt/fonts/14359-webfont.svg#franklin_gothic_demi_condRg') format('svg'),
url('http://www.cmewebsites.com/template_dwt/fonts/14359-webfont.eot?#iefix') format('embedded-opentype');
}

Anybody have any ideas?

Thanks,
Jane

Comments

Sign In or Register to comment.