James Church
05-24-2011, 11:26 AM
Hi
I'm having trouble with @font-face in firefox
the code I use is below. It seems to work on all other browsers
@font-face {
font-family: "Berkeley_Book";
src: url("../fonts/lte50598-webfont.eot");
src: local(''), url("../fonts/lte50598-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Does anyone know how to get it to work?!
Thanks
James Church
jchurchdesigns.co.uk
I'm having trouble with @font-face in firefox
the code I use is below. It seems to work on all other browsers
@font-face {
font-family: "Berkeley_Book";
src: url("../fonts/lte50598-webfont.eot");
src: local(''), url("../fonts/lte50598-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Does anyone know how to get it to work?!
Thanks
James Church
jchurchdesigns.co.uk