googlefonts / googlefonts/fontmake
openTypeNameRecords sub family is getting copied to interpolated fonts
- Dominant language
- Python
- Stars
- 888
- Forks
- 97
- Avg merge
- 4d 52m
- Merged PRs (30d)
- 1
Description
By copying the `openTypeNameRecords` information from a source ufo to an interpolated ufo, all generated instances inherit the Sub Family of the source file. In my example all generated fonts are displayed as Regular:
~~~
openTypeNameRecords
encodingID
0
languageID
0
nameID
2
platformID
1
string
Regular
~~~
Is there a way to overwrite the Sub Family? I tried to set the openTypeNameRecords inside the .designspace instances without any success.
Contributor guide
Assessment
This issue has not been assessed yet.