Skip to content

Commit

Permalink
fix broken links.
Browse files Browse the repository at this point in the history
Glyph sets recently moved to a separate git repo.
(googlefonts/gftools#459)
  • Loading branch information
felipesanches committed Jan 11, 2022
1 parent 25c09cb commit b80a862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ If you would like to include a new font family in the Google Fonts collection, w
* The project must be developed on Github or similar, with complete corresponding sources, [open to public participation](http://producingoss.com), and actively maintained. Complete corresponding sources means that the fonts are available in your preferred form of modification, the files you actually use to develop the project, along with all the build instructions or scripts needed to reproduce the process of turning those source files into your released font binaries.
* All binary font files must be available in TTF format, and should have hinting (such as with [ttfautohint](http://www.freetype.org/ttfautohint/)).
* All font files must be built with a scripted build process, and should use [fontmake](https://github.com/googlefonts/fontmake)
* All font files should support the "Google Fonts 2016 Plus" glyph set. (Learn more about the Google Fonts 2016 glyph sets in the [gftools](https://github.com/googlefonts/gftools/blob/master/Lib/gftools/encodings/GF%20Glyph%20Sets/README.md) project.)
* All font files should support the "Google Fonts 2016 Plus" glyph set. (Learn more about the Google Fonts 2016 glyph sets in the [googlefonts/glyphsets](https://github.com/googlefonts/glyphsets/blob/main/Lib/glyphsets/encodings/GF%20Glyph%20Sets/README.md) repository.)
* All font files within the family must have the same Unicode character set (unencoded glyphs can differ) and corresponding upper/lower case pairs
* All font files should pass the [Font Bakery](https://github.com/googlefonts/fontbakery) checks for the [`googlefonts` profile](https://font-bakery.readthedocs.io/en/stable/fontbakery/profiles/googlefonts.html).
* A `README.md` file must be included in the root of the source repository, and inside of that file we can read about the project with the kind of information suggested by SIL in their [FONTLOG](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ofl-faq_web#43cecb44) recommendation (but no FONTLOG file itself is needed). Get inspired by our repo template: https://github.com/googlefonts/Unified-Font-Repository, or by an existing repository: https://github.com/Omnibus-Type/Texturina.

**More detailed design and production details are listed in our [Project Specification](https://github.com/googlefonts/gf-docs/tree/master/Spec)**
**More detailed design and production details are listed in our [Project Specification](https://github.com/googlefonts/gf-docs/tree/main/Spec)**

When you are ready to meet these requirements, please [create a new issue](https://github.com/google/fonts/issues) with a link to the project's source repository.
In special circumstances, you can request an exception to these requirements on your issue.
Expand Down
2 changes: 1 addition & 1 deletion ofl/oswald/FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Oswald v3.0(1st July 2013)
- Overall improvements to design, metrics and kerning.

Oswald v4.0 (24th August 2016)
- Expanded the character-set of the upright styles to support Google Plus glyph-set (https://github.com/google/fonts/tree/master/tools/encodings/GF%202016%20Glyph%20Sets).
- Expanded the character-set of the upright styles to support Google Plus glyph-set (https://github.com/googlefonts/glyphsets/blob/main/Lib/glyphsets/encodings/GF%20Glyph%20Sets/).
- Overhauled all anchors and related components.

Oswald v4.1 (30th October 2017)
Expand Down

0 comments on commit b80a862

Please sign in to comment.