Noto Sans JP does not use local fonts.

Open Beginner friendly
#1,925 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
75/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
css
Domain
frontend

Research direction

Start with the Noto Sans JP CSS shown in the issue and inspect its src: local() declarations. Compare the local font names with the linked Google Fonts specimen and update the two outdated name patterns; done means the declarations use Noto Sans JP and NotoSansJP for the relevant weights.

Written by the indexing model from the issue text.

Description

I API / Website / Platform z_Noto

Please update src: local() as follows

  • Noto Sans Japanese => Noto Sans JP
  • NotoSansJapanese => NotoSansJP

Noto Sans JP currently trys to load 'Noto Sans Japanese <fontweight>' and 'NotoSansJapanese-<fontweight>'
https://fonts.googleapis.com/css?family=Noto+Sans+JP

@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 <fontweight>' and 'NotoSansJP-<fontweight>'

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
v6

Dominant language
HTML
Stars
20.5k
Forks
2.9k
Avg merge
1d 18h
Merged PRs (30d)
98

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from google/fonts

All issues in google/fonts

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.