Note: this is not a duplicate of How to reset css fonts cache See the bottom of my question
I'm searching for a reliable way of purging the font cache of Firefox as neither CTRL
+F5
nor CTRL
+SHIFT
+R
seems to work.
I'm using a custom font (via css) on my server:
@font-face {
font-family: MySymbols;
src: url(../fonts/MySymbols.woff);
}
I recently added another symbol to the font (Unicode: 21C5 / ⇅).
It should look like the two arrows in this picture. The screenshot is from Chrome, which displays it correctly:
The two "u"s after that are there to prove that I'm loading the correct font. The left one uses MySymbols as font-family and the right one uses a standard font.
Now with Firefox it looks like this:
It looks like Firefox still uses the old font face. The left "u" is displayed correctly, but for the arrows Firefox uses a standard font as fallback.
When I change src: url(../fonts/MySymbols.woff);
to src: url(../fonts/MySymbols_something.woff);
and rename the font file on the server accordingly Firefox correctly displays the following:
When I change back both names Firefox displays the aforementioned picture with the wrong arrows again, which is very frustrating.
I'm aware of the following thread: How to reset css fonts cache And I worked through all of the solutions. None of them worked. In particular I checked the following things:
CTRL
+F5
CTRL
+SHIFT
+R
(which used to work some time ago)sudo updatedb; locate MySymbols.woff
, I haven't installed the font myself and I guess the name is not very commonWhat could be going on and what other things are there left to try?
You could try:
History > Clear Recent History > Ensure 'everything' is selected at the top, together with 'cache' and 'offline website data'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With