I think the problem you may be running into is that Gecko is trying to save you from yourself *g* I'm seeing the new font fine in Chrome, but not in FF, which means you probably haven't reconfigured your .htaccess to allow cross-domain requests on the font (which Gecko refuses to do by default, unlike the other browsers). You'll want this block in there:

[Error: Irreparable invalid markup ('<filesmatch "\.(ttf|otf|woff|eot)$">') in entry. Owner must fix manually. Raw contents below.]

I think the problem you may be running into is that Gecko is trying to save you from yourself *g* I'm seeing the new font fine in Chrome, but not in FF, which means you probably haven't reconfigured your .htaccess to allow cross-domain requests on the font (which Gecko refuses to do by default, unlike the other browsers). You'll want this block in there:

<FilesMatch "\.(ttf|otf|woff|eot)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

Dreamwidth style system discussion

May 2026

S M T W T F S
     12
345678 9
10111213141516
17181920212223
24252627282930
31      

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 22nd, 2026 05:05 am
Powered by Dreamwidth Studios