Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenskutilek/homecomputer-fonts
Variable fonts based on the Commodore 64 and Amiga fonts.
https://github.com/jenskutilek/homecomputer-fonts
font fonts variable-font variable-fonts
Last synced: 5 days ago
JSON representation
Variable fonts based on the Commodore 64 and Amiga fonts.
- Host: GitHub
- URL: https://github.com/jenskutilek/homecomputer-fonts
- Owner: jenskutilek
- License: ofl-1.1
- Created: 2019-05-26T19:37:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T07:57:39.000Z (4 months ago)
- Last Synced: 2024-08-01T15:11:51.019Z (3 months ago)
- Topics: font, fonts, variable-font, variable-fonts
- Language: HTML
- Size: 7.66 MB
- Stars: 128
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Homecomputer Fonts (Sixtyfour)
Variable fonts based on the Commodore 64 fonts.
Inspired by the article [Raster CRT Typography (According to DEC)](https://www.masswerk.at/nowgobang/2019/dec-crt-typography) by Norbert Landsteiner, I reworked some old pixel versions of the [Commodore 64 and Amiga Workbench fonts](https://github.com/jenskutilek/homecomputer-fonts) and I had done years ago to include variable font axes for the size of the horizontal scanlines and the amount of horizontal bleed of the pixels due to the phosphor latency found in CRT displays.
Sixtyfour, check the interactive demo page.
Workbench, check the interactive demo page.## Building
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
If you want to build fonts manually on your own computer:
To use `gftools builder`, I had to [jump through some hoops](https://www.pygit2.org/install.html#libgit2-within-a-virtual-environment) to install pygit2 on macOS.
Activate the virtual environment:
```bash
source venv/bin/activate
```When you have got it, you can just type
```bash
make build
make test
make proof
```## Changelog
## License
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at
https://scripts.sil.org/OFL## Repository Layout
This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository), modified for the Google Fonts workflow.