You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jsDelivr-based URLs on the Noto Dashboard are a more recent change. We don't, however, get our data from that page, but rather a more upstream file that continues to use the Github-based ones. We don't attempt to constantly track every change to that file. The intent is to update our data every few months (though we are late on doing that).
The Github URLs remain a good source for the fonts if you're occasionally grabbing a new font here and there to be downloaded to the desktop machine, which is what the URLs we provide are intended to help you do. The difference in download speed between Github and jsDelivr is not that significant for that purpose. The Github URLs are not at all good if you are trying to load them on demand as webfonts. Neither we nor Google suggest you do that.
If you want dynamically-loaded Noto webfonts from a fast, global CDN you should be using them via Google Fonts. We don't give URLs for that because using them from that source is a bit more involved than just a URL. Each web app needs to decide which method of loading to use (link or import) on each target OS, etc. Once you decide by which mechanism you want to load the fonts, then you can use some of the other metadata in families.json to construct the links, styles, etc.
For example if you want Noto Serif Mahajani for a web app using a mechanism you might use this link and CSS:
This can be constructed (or at least guessed at) from the data in families.json. But since we don't control the Google Fonts service, and it's not possible to track the changes in their service APIs, we don't attempt provide this for every combination of platform and mechanism. This method is reasonably stable, though.
In
families.json
, a lot of Noto fonts have a URL starting withhttps://github.com/notofonts/notofonts.github.io/raw/main/fonts/
This doesn't seem to me like an appropriate place for serving fonts.
notofonts.github.io shows that these fonts are available at https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/, which is an actual CDN. Would it be possible to change the URLs to point there?
Or perhaps you aren't intending the URLs in
families.json
to be used for directly serving fonts?The text was updated successfully, but these errors were encountered: