Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

downloadable font: format not supported

2,150 views
Skip to first unread message

ishikawa

unread,
Jan 5, 2012, 2:42:58 AM1/5/12
to
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.)



Ron K.

unread,
Jan 5, 2012, 1:32:15 PM1/5/12
to
ishikawa on 1/5/2012 2:42 AM, keyboarded a reply:
For Windows OS's, valid fonts are of format *.TTF or *.OTF, so the errors
You saw are correctly informing You that the fonts the site is attempting
to download are invalid. If I remember correctly, the *.eof format is am
out of date MS technology which used there WEFT tool to generate font
extracts useable by some MS Office products 8-10 years ago.

--
Ron K.
Who is General Failure, and why is he searching my HDD?
Kernel Restore reported Major Error used BSOD to msg the enemy!

Ron K.

unread,
Jan 5, 2012, 2:05:58 PM1/5/12
to
Ron K. on 1/5/2012 1:32 PM, keyboarded a reply:
A correction: The format is *.eot.

ishikawa

unread,
Jan 5, 2012, 10:09:25 PM1/5/12
to Ron K.
Thank you for the enlightment.

Now, it is time to figure out why my browser is asked to
download invalid font. (Maybe google aps asked for it?)

0 new messages