google / google/fonts

Noto Sans JP does not use local fonts.

Open
#1,925 0 comments 0 reactions 0 assignees View on GitHub
I API / Website / Platform z_Noto
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

![v1](https://user-images.githubusercontent.com/4398901/55698824-d155b400-5a02-11e9-983d-5005254968e4.PNG)
![v6](https://user-images.githubusercontent.com/4398901/55698829-d581d180-5a02-11e9-88ad-f567ffe97f73.PNG)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.