Lasse Fister

Results 213 comments of Lasse Fister

Can I introduce the term "hot-fix disaster" for the time when we did hot-fixes on binaries and never fixed the sources/build scripts of these projects? UPDATE: *"hot-fix catastrophe"* might be...

> For example, is Open Sans a family, or are Open Sans Regular, Open Sans Condensed and Open Sans Extended separate families? How it is done now is influenced by...

> The code checks if obj is indeed of type 'object', but for this case it seems to be 'undefined' when it reaches this line. This looks like a strange...

> The code checks if obj is indeed of type 'object', but for this case it seems to be 'undefined' when it reaches this line. Thinking about this, it could...

> However, I get another javascript error that seems to also appear only on that outdated iOS version. Here the error is undefined is not a function In this case...

I'm not sure. Can we find a good use case for this? Maybe the solution is something else eventually.

I don't think we need to cover this. woff/woff2 is essentially to save some bandwidth via compression. We're downloading an OpenType format anyways and use that download in the @font-face...

Yeah, I guess you can give it a shot. For EOT, I'd expect that it's not supported by Opentype.js, but maybe it is (It's OpentType after all "Embedded OpenType"). But...

> The problem I am facing is that all font files are loaded via XHR, so the normal progression of letting the browser load the most appropriate file So that's...

> even if I can write the makeWebFont function that way. The way the WebfontProvider works means it already requires the files to be loaded, which defeats this fallback effort...