-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
config_patch_flags="--makegroups 5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
# Zed Mono | ||
|
||
**Zed Mono** & **Zed Sans** are custom builds of [Iosevka](https://github.com/be5invis/Iosevka) liscensed under the SIL Open Font License, Version 1.1. | ||
**Zed Mono** is a custom builds of Iosevka. | ||
|
||
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. | ||
For more information have a look at the upstream website: https://github.com/zed-industries/zed-fonts | ||
|
||
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! | ||
Version: 1.2.0 |