My @font-face code is fine. It works great with webkit and Opera, but I’m having some strange issues with Firefox and IE.
If I link to the css with
{stylesheet="styles/fontface"}, the fonts load on the homepage, but not on any of the secondary pages.
If I link to the css the traditional way, without the EE tag, the font loads on the secondary pages, but not on the homepage.
Here’s my @font-face code:
@font-face {
font-family: 'TitilliumText22LThin';
src: url('css/TitilliumText22L001-webfont.eot');
src: local('☺'), url('/css/TitilliumText22L001-webfont.woff') format('woff'), url('/css/TitilliumText22L001-webfont.ttf') format('truetype'), url('css/TitilliumText22L001-webfont.svg#webfontHIqteXlE') format('svg');
font-weight: normal;
font-style: normal;
}The src url is fine, it works.