I want to use the CSS3 @font-face declaration but the url my CSS gets stripped out. This is a custom font that TypeKit does not offer.
I enter:
@font-face {
font-family:'DeLarge';
src: url('http://example.com/fonts/DeLarge.eot');
}
and the entire 'src' line is gone when I view the site.
Blog url: http://triciaroyal.wordpress.com/