Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zed-industries/zed-fonts
The Zed Mono and Sans typefaces, custom built from Iosevka
https://github.com/zed-industries/zed-fonts
Last synced: about 1 month ago
JSON representation
The Zed Mono and Sans typefaces, custom built from Iosevka
- Host: GitHub
- URL: https://github.com/zed-industries/zed-fonts
- Owner: zed-industries
- License: ofl-1.1
- Created: 2022-02-03T20:41:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T22:58:37.000Z (6 months ago)
- Last Synced: 2024-08-01T16:31:27.790Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 554
- Watchers: 10
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-list - zed-fonts - industries | 642 | (JavaScript)
README
# Zed Fonts
**Zed Mono** & **Zed Sans** are custom builds of [Iosevka](https://github.com/be5invis/Iosevka) liscensed under the SIL Open Font License, Version 1.1.They are built for use in [Zed](https://zed.dev/). **Zed Sans** uses a quasi-proportional spacing to allow the font to still feel monospace while not having such wide gaps in a UI setting.
You can read the license here: [LICENSE.md](https://github.com/zed-industries/zed-fonts/blob/main/LICENSE.md).
## Building Zed Mono
**Warning:** This is a pretty heavy operation. Don't be surprised to see your CPU jump to 100% for minutes to hours depending on your machine.
Custom configurations are set up in `private-build-plans.toml`.
1. Install node modules with `npm install`
2. Run `npm run build -- ttf-unhinted::zed-mono` to build the font.
3. Output will be in `/dist`Don't check the `/dist` folder into the repo!