Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- moved to fontc compiler
- added CODE_OF_CONDUCT.md
- Added OFL file to the .zip release package
- added OFL file to the .zip release package
- added TRADEMARKS.md
- added AUTHORS.txt
- initial public release
Expand All @@ -22,7 +22,7 @@
### New

- extended character set
- updated copyright info ([#130]
- updated copyright info ([#130])
- updated spacing of the arrows `→` `←`

## Version 4.000 (2025-03-31)
Expand All @@ -33,7 +33,7 @@

### Changed

- minor design refinments: decender in `y` was elongated, dot in the `i` and `j` was repositioned up. The anchor positioning in `t` was refined . Refined the size of `dieresis`, bar in the `đ` was refined. Repositioned in italic font: `◙ ◉ ○ □ ▼ ► ▲ ◆ ● ▫ ■ ▪` and `comma` in `; , ‘ ’ “ ”`
- minor design refinements: descender in `y` was elongated, dot in the `i` and `j` was repositioned up. The anchor positioning in `t` was refined . Refined the size of `dieresis`, bar in the `đ` was refined. Repositioned in italic font: `◙ ◉ ○ □ ▼ ► ▲ ◆ ● ▫ ■ ▪` and `comma` in `; , ‘ ’ “ ”`

## Version 3.000 (2025-02-19)

Expand All @@ -56,7 +56,7 @@
### Changed

- replaced rvrn variation feature replacement in dollar with an interpolation switch (#46)
- minor design refinments
- minor design refinements


## Version 1.000 (2024-11-13)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Jany Belluz @belluzj
Joana Ranito <joana@universalthirst.com> @joanaranito
Kalapi Gajjar <kalapi@universalthirst.com> @kalapi
Marianna Paszkowska @MariannaPaszkowska
Rafi Ghanbari @rafi-ghanbari
Ricky Atkins @RickyDaMa
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install Google Sans Code, download [the latest variable font release files](h

This project is compiled from glyphspackage format source files to TTF format variable font binaries using the [`fontc` font compiler](https://github.com/googlefonts/fontc). The fontc compiler project is in active development and we recommend that you use the same release version of the `fontc` compiler that we are using to compile our repository releases.

You may identify the version of the fontc compiler version that we use at any commit in this repository by reviewing our GitHub Action workflow configuration file for that commit, and locating the `cargo binstall fontc` definition that includes the fontc executable version number after the `@` symbol.
You may identify the fontc compiler version that we use at any commit in this repository by reviewing our GitHub Action workflow configuration file for that commit, and locating the `cargo binstall fontc` definition that includes the fontc executable version number after the `@` symbol.

Download the appropriate [fontc compiler release](https://github.com/googlefonts/fontc/releases) for your platform/architecture, install it on your system, and use the build instructions below.

Expand Down
2 changes: 1 addition & 1 deletion documentation/article/ARTICLE.en_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>Readability & legibility at small sizes</h3>

<p>
Characters with idiosyncratic features like 'a', 'g', and 'Q' incorporate elements from
traditional text typefaces to improve recognition in situations where conventional sans serif
traditional text typefaces to improve recognition in situations where conventional sans-serif
forms might be confused with similar characters.
</p>
<video autoplay muted loop src="04_Section_3b.mp4" type="video/mp4"></video>
Expand Down