Click to See Complete Forum and Search --> : @font-face problem


oneillseanm
04-26-2010, 09:12 PM
I'm having trouble getting @font-face to work on my site. Can anyone see anything wrong with this code? I've got the code on my site at...

www
seanoneill.comli
.com
(don't quite have 15 posts yet, had to do a workaround to provide the url)

@font-face
{
font-family: 'Futura LT BT';
src: url('Futura Lt BT Light.eot');
src: local('Futura LT BT Light'), local('Futura LT BT'),
url('Futura LT BT Light.ttf') format('truetype');
}

p
{
font-family:"Futura LT BT", "verdana";
}

oneillseanm
04-26-2010, 09:15 PM
Now that I've got 15 posts under my belt I can post a real url hyperlink.

www.seanoneill.comli.com (http://www.seanoneill.comli.com)

The @font-face SEEMS to be working in IE right now. It's definitely not working in Firefox and instead displaying the backup Verdana.