Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended Fallback #28

Open
victornpb opened this issue Apr 25, 2018 · 1 comment
Open

Recommended Fallback #28

victornpb opened this issue Apr 25, 2018 · 1 comment

Comments

@victornpb
Copy link

What font is recommended to use as a fallback for this font?

@DIV-on-github
Copy link

DIV-on-github commented Jun 6, 2023

Hi, victornbp.
I think it would help to have set the PANOSE numbers, so that the operating system and/or individual applications can decide this on-the-fly according to what other fonts are available on the user's particular system.
Currently they're all set to zero, which I would say is bad practice.
Examples:

<key>openTypeOS2Panose</key>
<array>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
</array>

<key>openTypeOS2Panose</key>
<array>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
<integer>0</integer>
</array>

I would recommend applying PANOSE 1.0, which is supported in both TTF and OTF.

—DIV

DIV-on-github added a commit to DIV-on-github/zilla-slab that referenced this issue Jun 6, 2023
Attempting to address issues as
* missing Vendor ID linked to embeddability issues (and missing licence information) mozilla#48
* missing PANOSE data mozilla#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants