diff --git a/bin/scripts/lib/fonts.json b/bin/scripts/lib/fonts.json index f02516386c..ab27126b4c 100644 --- a/bin/scripts/lib/fonts.json +++ b/bin/scripts/lib/fonts.json @@ -838,11 +838,11 @@ "patchedName": "ZedMono", "folderName": "ZedMono", "imagePreviewFont": "ZedMono Nerd Font", - "imagePreviewFontSource": "ZedMono/Regular/ZedMono-Regular.ttf", - "linkPreviewFont": "zed", + "imagePreviewFontSource": "ZedMono/ZedMonoNerdFont-Regular.ttf", + "linkPreviewFont": false, "caskName": "zed-mono", "repoRelease": false, - "description": "Zed Mono & Zed Sans are custom builds of Iosevka liscensed under the SIL Open Font License, Version 1.1." + "description": "Zed Mono is a more rounded version of Iosevka" } ] } diff --git a/src/unpatched-fonts/ZedMono/Extended/config.cfg b/src/unpatched-fonts/ZedMono/Extended/config.cfg new file mode 100644 index 0000000000..152146fbe5 --- /dev/null +++ b/src/unpatched-fonts/ZedMono/Extended/config.cfg @@ -0,0 +1 @@ +config_patch_flags="--makegroups 5" diff --git a/src/unpatched-fonts/ZedMono/README.md b/src/unpatched-fonts/ZedMono/README.md index 8b47cd31f6..f73e5491c7 100644 --- a/src/unpatched-fonts/ZedMono/README.md +++ b/src/unpatched-fonts/ZedMono/README.md @@ -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