From 9a9d4f28e47be28487a2a423c84f55493eefc8f3 Mon Sep 17 00:00:00 2001 From: Zenvie <134689569+Zenvie@users.noreply.github.com> Date: Sun, 25 Feb 2024 03:21:56 +0800 Subject: [PATCH] fix(custom-build.md): follow https://github.com/be5invis/Iosevka/issues/2029 (#2211) --- doc/custom-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/custom-build.md b/doc/custom-build.md index 1834b8cbf..8adaa0d1a 100644 --- a/doc/custom-build.md +++ b/doc/custom-build.md @@ -17,7 +17,7 @@ To build Iosevka you should: 1. Install [`nodejs`](http://nodejs.org) (≥ 18.0.0) and [`ttfautohint`](http://www.freetype.org/ttfautohint/). Make sure that they are accessible from [`PATH` environment variable](https://en.wikipedia.org/wiki/PATH_(variable)). 2. Open a CLI shell in a terminal, [`cd`](https://en.wikipedia.org/wiki/Cd_(command)) into the directory containing Iosevka source code. 3. Run `npm install`. This command will install **all** the NPM dependencies. -4. Run `npm run build -- contents::iosevka`. This command will build your fonts. +4. Run `npm run build -- contents::Iosevka`. This command will build your fonts. You will find TTFs, as well as WOFF(2) web fonts and one Webfont CSS in the `dist/` directory.