googlefonts / googlefonts/gfregression
Allow testing non-catalog fonts
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
There are some fonts available from `fonts.googleapis.com/css?family=FAMILY` but not from `https://fonts.google.com/download?family=FAMILY` (which is only for font available from `https://fonts.google.com/specimen/FAMILY`)
GFR should be updated with an try/except or if/else so that when `download?family=FAMILY` fails it double checks `css?family=FAMILY&subset=ALL` using a blank user agent string in the HTTP GET request, to obtain the URLs of TTFs from `gstatic.com`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.