Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

@font face rules loading fonts twice?

On a I'm working on the custom font is being requested twice. Basically when I view the net panel on firebug it shows all two of four custom fonts being requested 2 times. network traffic
I've checked the css and they are only being declared once.

Any ideas?

like image 758
Moak Avatar asked Jul 27 '11 10:07

Moak


1 Answers

It looks like you're experiencing this bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=668178

In short, Firebug is causing the issue. Insane, right?

I tested your site with Wireshark (a lot), and the fonts are only downloaded twice while Firebug is active.

like image 105
thirtydot Avatar answered Nov 09 '22 16:11

thirtydot