-
Re: [otvar] Computing width for text in variable webfonts
And to your other question, about how to find the available axis values from the browser, there is no direct way to do so now without using something like opentype.js to load the font and pull the ax…2 -
Re: [otvar] Computing width for text in variable webfonts
Yeah, the only way to really do it is to set a width value and then measure what comes out. My project Font-To-Width does this by starting in the middle and zeroing in on the value that best fits the…1 -
Re: Browser OTS rejections for WOFF2 but not WOFF
Update! The problem wasn't OTS at all. The original font's glyf table entries were not padded to 4 bytes, so when the font was reconstructed by the WOFF2 decoding (which applies 4-byte padding), the …1 -
Browser OTS rejections for WOFF2 but not WOFF
I've been seeing Chrome and Firefox rejecting a lot of WOFF2 files lately, for OTS (OpenType Sanitiser) failures. But this is confusing, because the browser will fall back to the WOFF generated from …1 -
Re: Diversifying TypeDrawers
I don't often post in comment threads, because 1. I really hate arguing, and 2. Other people usually make my points better than I can. This is equally true of this thread, but I think the issue is im…16