silnrsi / fonts

Collection of webfonts for internal use
Other
5 stars 2 forks source link

Noto font fallback suggestions #1

Closed imnasnainaec closed 1 year ago

imnasnainaec commented 1 year ago

There are 3 Google Noto fonts in https://github.com/silnrsi/fonts/blob/main/families.json that are no longer publicly available but appear to have good fallback options:

jvgaultney commented 1 year ago

Thanks - there were issues a while back about the Noto fonts for these scripts, so we removed the some of the data until things could settle. It's now time to fix up records for these in families.json. Here's what needs doing (listed by proposed or current familyid):

Note that these changes alone would not affect script-to-font associations in the Language Font Finder service. That is a separate process in a different repo.

notosansmeroitic: Base file exists and no changes needed - it is already correct in base file and families.json

notosansmeroiticcursive: Base file needs "status" changed to "deprecated" and added "fallback": "notosansmeroitic"

notoseriftangut: Needs a new base file with data based on Google's state.json file.

notosanstangut: Base file needs "status" changed to "deprecated" and added "fallback": "notoseriftangut"

notoseriftibetan: Base file exists and no changes needed - it is already correct in base file and families.json

notosanstibetan: Base file needs "status" changed to "deprecated" and added "fallback": "notoseriftibetan"

imnasnainaec commented 1 year ago

@jvgaultney Cool! Would if be helpful for me to submit a pr with those changes?

jvgaultney commented 1 year ago

Already done. We were due to update the info on all the Noto families we're tracking so I did these at the same time.

In the future you would be very welcome to submit pull requests. The main thing to be careful about is that you edit only the basefiles, then run the updatefamilydata.py script to update families.json. See the maintenance.md documentation.

imnasnainaec commented 1 year ago

Thanks @jvgaultney !