Version 3.0.1 Recovery Release
|
@ -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
|
|||
|
||||
|
||||
<!-- END Section-Private-Build-Plan-Sample -->
|
||||
|
||||
|
||||
|
||||
3. Run `npm run build -- contents::<your plan name>` and the built fonts would be avaliable in `dist/`. Aside from `contents::<plan>`, other options are:
|
||||
|
||||
|
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 337 KiB |
Before Width: | Height: | Size: 954 KiB After Width: | Height: | Size: 954 KiB |
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 318 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "iosevka",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"main": "./generate.js",
|
||||
"engines": {
|
||||
"node": ">=12.16.0"
|
||||
|
|