Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Fonts downloaded more than once

more options

I'm a web developer and I have an issue where in FireFox 31.0 will download fonts listed in the "@font-face" css document will be downloaded 2-3 times on page load causing all the text on the screen to flicker a few times. Any ideas how to fix it?

Here is the css style in question. @font-face {

 font-family: 'Ubuntu';
 font-style: normal;
 font-weight: 300;
 src: local('Ubuntu Light'), local('Ubuntu-Light'), url(fonts/Ubuntu-Light.woff) format('woff');

}

I'm a web developer and I have an issue where in FireFox 31.0 will download fonts listed in the "@font-face" css document will be downloaded 2-3 times on page load causing all the text on the screen to flicker a few times. Any ideas how to fix it? Here is the css style in question. @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 300; src: local('Ubuntu Light'), local('Ubuntu-Light'), url(fonts/Ubuntu-Light.woff) format('woff'); }

Všechny odpovědi (3)

more options
more options

Do you know whether this is a new problem in Firefox 31 or was present in earlier versions?

For testing that, you can try using older "Portable" builds of Firefox from: http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./ (these run out of a folder without disturbing your main installation of Firefox)

more options

Is it possible to link to a page that has this problem?