a cross-browser, web-only font format that uses gzip compression. IE9+, FF3.6+, Chrome 5+
1
vote
0answers
23 views
Convert otf 2 woff with php
for a small type foundry website I´m looking for a way to convert otf files to woff dynamically with php. (The goal would be to use the types with css font-face and not as images!)
Is there a way to ...
0
votes
0answers
12 views
Libs for work with fonts [closed]
There are a lot of services for working with fonts (http://fontface.codeandmore.com, http://onlinefontconverter.com and others).
How do they work? What libraries for working with font files used for? ...
0
votes
0answers
35 views
is there a direct url for woff font files?
I want to download font files in the woff format and the tool I am using requires that the url be a direct link to the file with a .woff extension.
I can't seem to find such a link in ...
1
vote
2answers
41 views
Why is my WOFF font larger than the TTF font?
From my understanding (source), a WOFF format is basically a compressed OTF/TTF font.
If that is really the case, then why is my WOFF font bigger than my TTF font as seen in the screenshot below.
...
0
votes
1answer
115 views
SECURITY_DENIED_BY_MIMEMAP error when serving WOFF font from Azure
I've got a test Wordpress site running in Azure as an Azure Website using the Wordpress install from the Azure gallery.
The site is functional and appears to be working as expected. With one ...
0
votes
0answers
22 views
Is it possible to decompress/decode a WOFF file?
Just a theoretical question, because I’m kinda confused about the fact that in some articles it is mentioned that when the WOFF file is decompressed there will be the original OTF/TTF fonts.
0
votes
0answers
58 views
WOFF font loading more than once in Firefox
You can see in the image of the Firebug console that the entypo font, for example, is being properly loaded by Firefox, but Firefox is also trying to load it two more time unsuccessfully. This ...
0
votes
1answer
332 views
Burmese Fonts (@font-face) not displaying correction on Android Phone Galaxy S3 with firmware (4.1.2)
I tested my blog in Burmese using @font-face. It works well on, Chrome, Firefox, IE and Safari. I tested with Window, Mac, iPhone and Galaxy S3 (Jelly Bean 4.1.2).
I found out that every devices ...
0
votes
1answer
150 views
svg to woff font
I have an SVG font file that is exactly how I want it. When I run it through a converter though (http://onlinefontconverter.com/), the output WOFF file displays different in Chome vs IE9. In IE9, the ...
0
votes
1answer
231 views
Browser does not render WOFF fonts (@font-face)
Ok, I have an issue that I cannot figure out, I am trying to research usage of WOFF fonts in Internet Explorer 10.
I downloaded kit from fontsquirrel, and based on the included CSS and HTML files I ...
0
votes
0answers
205 views
Web browsers loading ttf file instead of woff file
I included a True Type Font in the @font-face CSS setting so that Android browsers can display a certain web font:
@font-face {
font-family: 'GNU FreeMono';
font-style: normal;
font-weight: ...
0
votes
1answer
111 views
Web Application Cache Error Event
I have an HTML5 web app, with an application cache. I get through 28 of the explicit cache items, and fail on this one (log from Chrome 23.0.1271.97 m)
Application Cache Error event: Resource fetch ...
0
votes
0answers
69 views
Cannot use jquery event on woff?
I'm building a website using bootstrap and fontawesome. And now I want to use JQuery onclick event on an icon-plus icon. But nothing happened after I click the icon.
I found some bootstrap examples ...
3
votes
1answer
236 views
CSS: How to set a fallback for bold font families?
I am using an own custom font which I embed like this:
@font-face{font-family:myFont;src:url(css/fonts/myFont.woff);}
@font-face{font-family:myBoldFont;src:url(css/fonts/myBoldFont.woff);}
So, when ...
0
votes
1answer
160 views
export woff with postscript contour | how to use Sfnttool?
To make font-face kit, I use the font-face generator by font squirrel : http://www.fontsquirrel.com/fontface/generator
But this doesn't support postscript contour and it export only woff with ...
1
vote
1answer
230 views
does PrivateFontCollection.AddMemoryFont work with WOFF files?
I'm trying to write a web application that supposed to get a link of a font, and return an image of something written in the format of the font that was sent.
I'm opening a stream that reads the font ...
1
vote
1answer
153 views
Combine multiple .woff files into one
On a website I manage we have several .woff files, one for each font. In the interest to save loading time I want to reduce the number of requests made. Is it possible to combine these woff files into ...
1
vote
3answers
3k views
How do I use .woff fonts for my website?
Where do you place fonts so that CSS can access them?
I am using non-standard fonts for the browser in a .woff file. Let's say its 'awesome-font' stored in a file 'awesome-font.woff'.
1
vote
1answer
38 views
WOFF matching regex
I am trying to validate each of the font names in a WOFF link such as
<link href='http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700italic,400italic,700|Radley:400,400italic' ...
1
vote
2answers
185 views
Should TrueType and OpenType fonts be converted to WOFF for use on the web?
I know that there are various ways to use TrueType fonts and OpenType fonts directly on the web. However, I have been unable to find a canonical reference indicating how these files should be served. ...
6
votes
2answers
1k views
Rails 3 web font (woff) mime type
We serve some web fonts (.woff) from our static assets and I would like to set the correct mime type (application/x-font-woff). I tried to do this in config/initializers/mime_types.rb but it had no ...
0
votes
1answer
259 views
Zend without virtualHost (redirect rules)
I've read several places trying to use ZendFramework directly from htdocs (without creating virtual servers) for every test environment I use. This is a development environment, that's the reason I ...
0
votes
1answer
2k views
TTF (truetype) to WOFF(webfont) conversion using ruby
How do you convert a .ttf file to .woff file (webfont) using ruby?
We want to allow users to upload a ttf file, convert it and embed the woff file.
2
votes
2answers
755 views
How to use a data uri with @font-face in Firefox
I am designing a splash page for a public wifi access point and Firefox refuse to display my custom font, while it work in every other browser (well, not IE < 9 but that was expected).
The page ...
9
votes
2answers
8k 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?
0
votes
1answer
401 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 ...
2
votes
1answer
163 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 ...
16
votes
2answers
6k 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 ...
0
votes
2answers
1k 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
843 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 ...
59
votes
5answers
17k 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 ...
187
votes
12answers
68k 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 ...
5
votes
1answer
765 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?
...
