Noto Sans JP does not use local fonts.
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
Please update `src: local()` as follows
- Noto Sans Japanese => Noto Sans JP
- NotoSansJapanese => NotoSansJP
------------------------------------------------------
Noto Sans JP currently trys to load `'Noto Sans Japanese '` and `'NotoSansJapanese-'`
https://fonts.googleapis.com/css?family=Noto+Sans+JP
```css
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 400;
src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'), url(...
```
But the local font faces are `'Noto Sans JP '` and `'NotoSansJP-'`
page: https://fonts.google.com/earlyaccess#Noto+Sans+Japanese
DL link: http://fonts.gstatic.com/ea/notosansjapanese/v6/download.zip
page: https://fonts.google.com/specimen/Noto+Sans+JP?selection.family=Noto+Sans+JP
DL link: https://fonts.google.com/download?family=Noto%20Sans%20JP
"Noto Sans Japanese" is only used for older versions of early access fonts.
DL link: http://fonts.gstatic.com/ea/notosansjapanese/v1/download.zip


Contributor guide
Assessment
This issue has not been assessed yet.