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!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Fonts downloaded more than once

  • 3 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 15 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

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)

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)

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