Recursive: subsets: "cyrillic-ext" in METADATA.pb
Open
I Font Bug
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 96
Description
**Describe the bug**
The [METADATA.pb](https://github.com/google/fonts/blob/main/ofl/recursive/METADATA.pb) include the following statement:
```
subsets: "cyrillic-ext"
subsets: "latin"
subsets: "latin-ext"
subsets: "menu"
subsets: "vietnamese"
```
`subsets: "cyrillic-ext"` is wrong. Recursive doesn't include any Cyrillic characters, even less of the Extended Cyrillic range.
**Expected behavior**
Please remove `subsets: "cyrillic-ext"`. This will not be missed by anyone, as the subset does not supply any characters, and it will avoid finding the typeface in a search for fonts that support the Extended Cyrillic range.
Contributor guide
Assessment
This issue has not been assessed yet.