Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

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'); }

Всички отговори (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?