kenmcd
kenmcd
The font developer here has no control over what Google Fonts or Google Docs does. You should make your request in the Google Fonts issues here: https://github.com/google/fonts/issues
Peter, This seems to be issues with APub, not Junicode. I removed all the OpenType features from the v2.209 Roman VF. Then the export to PDF did not crash. Export...
Overlaps are normal in variable font. So part of your conversion process must "remove overlaps" if you do not want them. You can use tools such as fonttools or foundrytools-cli...
`calt` is changing the `one` to a `one.right` `cv02` is changing `one` to `one.alt` Since `calt` has already changed the `one` to `one.right` then `cv02` misses it. `cv02` would need...
> Triple consonants are rather rare but occure in German compound words. Examples: Schifffirma, Schifffahrt, Sauerstoffflasche, Baletttanzerin, etc. fffi – fff – fffl – ttt Out of curiosity do you...
> For your information: In German no ligature should be used across compound words. So the example „Schifffirma“ (ship company) may have the ligatures ff and fi, but not a...
> I have a question: How do you use optical sizing for Inter? It's in the Google Fonts version, but not in yours. :( The Optical Size axis is available...
> [@kenmcd](https://github.com/kenmcd) Oh :( > > I'm using HTML Did you use `font-variation-settings` to set the `opsz` axis? Example: `font-variation-settings: "opsz" 32;` Note that `font-optical-sizing: auto;` does not work properly...
Inter 3 also had proportional figures. So there is no change regarding that in Inter 4. This is most likely a Google Docs issue, not an Inter font issue. Google...
The default figures in Inter are Proportional Lining (not going to change). Tabular Lining (`tnum`) figures are available as an OpenType feature. Tabular figures all have the same width. See...