While I was checking some strange behavior of accessing google apps
from firefox (firefox v 9.0.1 under windows XP),
I noticed a series of errors that have something to do with donloadable font.
One typical sequence of messages in error console is shown below.
(I edited the "warning:", "source file:", "line:", etc. to avoid
inserting Japanese characters in the posting. When I copy the messages from
the error console, these legends are shown in Japanese names on my computer.)
--- begin quote ---
Warning: downloadable font: format not supported (font-family: "Bebas Neue"
style:normal weight:normal stretch:normal src index:0)
source:
https://developer.mozilla.org/skins/mdn/Transitional/fonts/BebasNeue-webfont.eot?
Source file:
https://developer.mozilla.org/skins/mdn/Transitional/css.php
Line: 0
Source code:
@font-face { font-family: "Bebas Neue"; font-style: normal;
font-weight: normal; src: url("fonts/BebasNeue-webfont.eot?")
format("eot"), url("fonts/BebasNeue-webfont.woff") format("woff"),
url("fonts/BebasNeue-webfont.ttf") format("truetype"),
url("fonts/BebasNeue-webfont.svg#webfont") format("svg"); }
Error: downloadable font: download not allowed (font-family: "Bebas Neue"
style:normal weight:normal stretch:normal src index:1): content blocked
source:
https://developer.mozilla.org/skins/mdn/Transitional/fonts/BebasNeue-webfont.woff
source file:
https://developer.mozilla.org/skins/mdn/Transitional/css.php
line: 0
source code:
@font-face { font-family: "Bebas Neue"; font-style: normal;
font-weight: normal; src: url("fonts/BebasNeue-webfont.eot?")
format("eot"), url("fonts/BebasNeue-webfont.woff") format("woff"),
url("fonts/BebasNeue-webfont.ttf") format("truetype"),
url("fonts/BebasNeue-webfont.svg#webfont") format("svg"); }
--- end quote ---
The initial warning message and firefox's internal error handling seems to
result in the error message that follows.
(There are many more about different fonts.)
I have no idea what is wrong.
I found a few references about cross-domain font downloading which seemed to
fail under a few conditions. But I am not sure if this is the case with the
particular error messages above.
Can anyone shed any light on this matter?
TIA
(I have found a few compatibility issues when I use firefox with Google
Apps, and now trying to figure out what is wrong.
Google seems to insist that its users are best served when they use Chrome,
oh well.)