[Type tester] HTML lang attribute should be set for language
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
When selecting a Continent / Language the sample text is not tagged with the appropriate HTML lang attribute.
The language specific font features are therefore not displayed.
**To Reproduce**
- Go to https://fonts.google.com/noto/specimen/Noto+Sans+Devanagari/tester
- Select Asia / Nepali
- the following Nepali sample is seen but with Hindi shapes

With the `lang="ne"` HTML attribute the Nepali sample should look like this:

For example, see this word on the fourth line of text:
- no tagging

- with `lang="ne"`

Contributor guide
Assessment
This issue has not been assessed yet.