diff --git a/README.md b/README.md index 10d40e4dc..b6e42f07f 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Since version 2.0, Iosevka would no longer support building via `makefile`. To i # default values. # IMPORTANT : Currently "shape" property only support 3, 5, and 7, while "menu" only # support 1, 2, 3, 4, 5, 6, 7, 8, 9. - # If you decide to use custom weights you have to define all the weights you + # If you decide to use custom widths you have to define all the widths you # plan to use otherwise they will not be built. [buildPlans.iosevka-custom.widths.normal] @@ -189,7 +189,7 @@ Since version 2.0, Iosevka would no longer support building via `makefile`. To i - + 3. Run `npm run build -- contents::` and the built fonts would be avaliable in `dist/`. Aside from `contents::`, other options are: diff --git a/images/charvars.png b/images/charvars.png index 0d0ff797f..46fb1902b 100644 Binary files a/images/charvars.png and b/images/charvars.png differ diff --git a/images/languages.png b/images/languages.png index f83835641..6231cb9c1 100644 Binary files a/images/languages.png and b/images/languages.png differ diff --git a/images/ligations.png b/images/ligations.png index c89d1b4fb..cea015781 100644 Binary files a/images/ligations.png and b/images/ligations.png differ diff --git a/images/matrix.png b/images/matrix.png index 6111e52d7..273438297 100644 Binary files a/images/matrix.png and b/images/matrix.png differ diff --git a/images/preview-all.png b/images/preview-all.png index 362848d23..15f27d61d 100644 Binary files a/images/preview-all.png and b/images/preview-all.png differ diff --git a/images/stylesets.png b/images/stylesets.png index abd5574c7..8d5b675bb 100644 Binary files a/images/stylesets.png and b/images/stylesets.png differ diff --git a/images/weights.png b/images/weights.png index 2d28f89fe..1b23fd690 100644 Binary files a/images/weights.png and b/images/weights.png differ diff --git a/package.json b/package.json index a098bab61..5963b56d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iosevka", - "version": "3.0.0", + "version": "3.0.1", "main": "./generate.js", "engines": { "node": ">=12.16.0"