https://github.com/googlefonts/inter-gf-tight
Specialized version of Inter with tighter spacing, for use by Google Workspace
https://github.com/googlefonts/inter-gf-tight
Last synced: 7 months ago
JSON representation
Specialized version of Inter with tighter spacing, for use by Google Workspace
- Host: GitHub
- URL: https://github.com/googlefonts/inter-gf-tight
- Owner: googlefonts
- License: ofl-1.1
- Archived: true
- Created: 2022-07-01T20:10:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T14:46:10.000Z (over 3 years ago)
- Last Synced: 2024-10-27T22:10:21.528Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 22.3 MB
- Stars: 78
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a specialized version of [Inter](https://github.com/rsms/inter)
with tighter spacing, for use Google Workspace which does not provide control over
letter spacing.
This version does _not_ receive updates and improvements from standard Inter.

Space differences in UPM, compared to Inter:
- Thin: 0 U
- Regular: -48 U
- Black: -24 U
### Build the fonts
1. Clone the repository and open the CLI from that directory or go there with `cd path/to/local/repo` (you can also drap and drop the directory directly in the CLI)
2. Create a virtual environment in the project directory to install the required python package:
`python3 -m venv env`
3. Activate the virtual environment:
`source env/bin/activate`
4. Install `gftools`:
`pip install gftools`
5. Now you can build the font:
From the sources directory: `cd sources`
Use gftools builder: `gftools builder config.yaml`