Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

72
votes
9answers
18k views

Mime type for WOFF fonts?

What mime type should WOFF fonts be served as? I am serving truetype (ttf) fonts as font/truetype and opentype (otf) as font/opentype, but I cannot find the correct format for WOFF fonts. I have ...
9
votes
4answers
3k views

Why is @font-face throwing a 404 error on woff files?

I'm using @font-face on my company's site and it works/looks great. Except Firefox and Chrome will throw a 404 error on the .woff file. IE does not throw the error. I have the fonts located at the ...
4
votes
1answer
442 views

Correct Apache AddType directives for font MIME types

I’m using @font-face for embedded fonts (thanks Paul Irish). In trying to fix Chrome’s warning about wrong MIME type for woff fonts, I’ve discovered a mass of conflicting suggestions. Everyone seems ...
2
votes
1answer
137 views

How to convert WOFF to TTF/OTF via command line?

I know about services like Online Font Converter, but I am interested in offline solution, preferably over command line. Does anyone know a tool or workflow how to convert WOFF to OTF/TTF offline?
2
votes
1answer
282 views

WOFF Fonts, what Are they and why should I care?

So mozilla has proposed a new webfont, i'm not really into that world, but i want to keep myself up2date. So whats the great thing since even Microsoft is backing it, why should I as a webdev care? ...
1
vote
1answer
54 views

Detecting with Javascript whether a Browser supports Web Open Font Format (Woff) or not

i have to detect with JS (jQuery) wether a browser supports Woff and then add a class to the body. Something like this: if(woffIsSupported){ $('body').addClass('modern'); } is this ...
0
votes
0answers
46 views

Edgecast CDN font files (.WOFF)

I am using Edgecast as a CDN for a client to serve images and static files including (js, css, font files, etc). All file types except .woff are not getting served. Firebug shows me a 'Aborted' on the ...
0
votes
1answer
53 views

Converting Webfonts to ttf / otf format - is it even possible?

I have a font i'm using in a website, i have it in the following formats: woff, eot, svg. Now, there's a designer i'm working with and he wants to create mockups with this font, but i can't find the ...
0
votes
1answer
183 views

Chromium won't recognise woff fonts despite declaring application/x-font-woff as the MIME type

I have declared AddType application/x-font-woff woffbut chromium still always give me the message Resource interpreted as Font but transferred with MIME type application/octet-stream. What is going on ...
0
votes
0answers
441 views

@font-face IE problem (myfont)

I'm working on this site: http://bitly.com/gBnhWH and i used font from http://new.myfonts.com/ and implemented it as described in spec downloaded with font. Problem is in IE (tested in IE8). After ...
-1
votes
0answers
44 views

Issue with FontDeck and Opera. Kind of a Weird issue

So, I wish i could give you a link, but I can't due to an NDA, but I will try to explain as best I can. Perhaps this has happened to one, or a few of you who have used font-deck. Essentially, Opera ...