From 3a6275b1f32349ba20c342fc5d3c10daf8c75dc3 Mon Sep 17 00:00:00 2001 From: Belleve Invis Date: Mon, 6 Apr 2020 18:31:10 -0700 Subject: [PATCH] Add more detailed docs for building. Fixes #474 --- README.md | 6 ++++-- private-build-plans.sample.toml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52e7e72a5..618047ddc 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,10 @@ Since version 2.0, Iosevka would no longer support building via `makefile`. To i # Override default building weights # When buildPlans..weights is absent # All weights would built and mapped to default shape/CSS - # IMPORTANT : Currently "menu" property only support 100, 200, 300, 400, 450, 500, 600, 700, 800, 900. - # and "shape" properly only supports number between 100 and 900 (inclusive). + # IMPORTANT : Currently "menu" and "css" property only support numbers between 0 and 1000. + # and "shape" properly only supports number between 100 and 900 (inclusive). + # If you decide to use custom weights you have to define all the weights you + # plan to use otherwise they will not be built. [buildPlans.iosevka-custom.weights.regular] shape = 400 # Weight for glyph shapes menu = 400 # Weight for menu name diff --git a/private-build-plans.sample.toml b/private-build-plans.sample.toml index f5bfeb0e4..ae518ea91 100644 --- a/private-build-plans.sample.toml +++ b/private-build-plans.sample.toml @@ -8,7 +8,9 @@ hintParams = ["-a", "sss"] # Optional custom parameters # When buildPlans..weights is absent # All weights would built and mapped to default shape/CSS # IMPORTANT : Currently "menu" and "css" property only support numbers between 0 and 1000. -# and "shape" properly only supports number between 100 and 900 (inclusive). +# and "shape" properly only supports number between 100 and 900 (inclusive). +# If you decide to use custom weights you have to define all the weights you +# plan to use otherwise they will not be built. [buildPlans.iosevka-custom.weights.regular] shape = 400 # Weight for glyph shapes menu = 400 # Weight for menu name