commit | 4528dc803bd11a5602c320edf270d7975cd12dd0 | [log] [tgz] |
---|---|---|
author | Nathan Williams <williamsnathan@google.com> | Tue Sep 03 12:08:27 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Sep 03 12:08:27 2024 -0400 |
tree | 26add0dc7348029c2d7834f2567389a66b8b9c5e | |
parent | 882a1084c89761dd362022105415425012be86c5 [diff] |
Pull in updates from lang subtree (#8132) * Update de_Latn.textproto Move `ẞ` to the auxiliary character set. The lowercase `ß` is still part of the base character set. Based on [Wikipedia](https://en.wikipedia.org/wiki/%C3%9F#:~:text=Additionally%2C%20as%20of%202017%2C%20when,with%20%E2%9F%A8SS%E2%9F%A9%20in%20allcaps.), `ẞ` seems to be more of an auxiliary than base character. It is relatively new and being written as `SS` is considered valid. * Revert "Update de_Latn.textproto" * Enforce uniqueness of language names across all scripts * Add test for enforcing language name structure * Fix duplicate or near malstructured Chinese language names * Update language names for Ancient Greek, there were duplicates * Enforce language name structure for both name and preferred name * Enforce language name structure for both name and preferred name * Update language name structure test to output error once * Fix type: endsWith => endswith * Restructure language names to be consistent * Fix language name regex to allow spaces and a couple other edge cases * Remove duplicate entries for Malay * Fix language name regex * Fix dash character in character class * Update language name character class to allow accent marks * Re-structure several language names * Expand character class for language names * Correct a batch of language names * Update character class for language names to use Unicode class * Fix unicode character class in language name regex * Use regex instead of re for access to unicode character classes * Add regex package to dev reqs * Add regex to deps in TOML config * Fix name structure for two languages * Assert uniqueness of all IDs * Fix up languages with non-unique IDs * Rename to Language, Place * Add "removable" category of characters not required for language support * Add LATIN CAPITAL LETTER SHARP S to removable * Recompile protobuf (protoc 3.17.3) * Rename removable to not_required --------- Co-authored-by: Simon Cozens <simon@simon-cozens.org>
This project mainly contains the binary font files served by Google Fonts (fonts.google.com)
The top-level directories indicate the license of all files found within them. Subdirectories are named according to the family name of the fonts within.
Each family subdirectory contains the .ttf
font files served by Google Fonts, plus a METADATA.pb
file with metadata for the family (such as information on the project designer(s), genre category, and license - learn more) and a DESCRIPTION.en_us.html
with a description of the family in US English.
The /catalog
subdirectory contains additional metadata, such as profile texts and portrait/avatar images of font designers, and this is open for contributions and corrections from anyone via GitHub.
The /axisregistry
subtree contains metadata for the GF Axis Registry, containing information on variable font axes that can be found in the collection, including experimental axes. As a subtree, no changes should be made directly to this repo, instead please use the upstream, github.com/googlefonts/axisregistry
The /lang
subtree contains language support data, and should also not be changed here but instead upstream. github.com/googlefonts/lang
If you find a problem with a font file or have a request for the future development of a font project, please create a new issue in this project's issue tracker.
If you need more context on how to create issues in a GitHub issue tracker, or if you want to contribute a font directly, see CONTRIBUTING
However you choose to contribute, please abide by our code of conduct to keep our community a healthy and welcoming place.
Since all the fonts available here are licensed with permission to redistribute, subject to the license terms, you can self-host using a variety of third-party projects.
One popular service is Fontsource, which offers bundled NPM packages.
For Linux, macOS, FreeBSD, or HaikuOS you can also use fnt, to install single fonts. For RPM, DEB based systems, feel free to try the linked URLs for individual fonts. Others can also use the webservice.
You can download all Google Fonts in a simple ZIP snapshot (over 1GB) from https://github.com/google/fonts/archive/main.zip
You can also sync the collection with git so that you can update by only fetching what has changed. To learn how to use git, GitHub provides illustrated guides, a youtube channel, and an interactive learning site. Free, open-source git applications are available for Windows and Mac OS X.
It is important to always read the license for every font that you use. Each font family directory contains the appropriate license file for the fonts in that directory. The fonts files themselves also contain licensing and authorship metadata.
Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
The SIL Open Font License has an option for copyright holders to include a Reserved Font Name requirement, and this option is used with some of the fonts. If you modify those fonts, please take care of this important detail.
Source files for each family are often available from the designer, or from github.com/googlefonts
These fonts are usually the result of collaborative projects, where you are invited to discuss issues with the designers and even contribute to their ongoing development.
When customizing or remixing fonts, please do contact the designers to understand what they might need in order to include your improvements.
Most of all: Enjoy the fonts!
– The Google Fonts team