-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using [buildPlans.iosevka-custom.weights.bold] in private-build-plans.toml the build process finishes succesfully but there are no bold variants built #474
Comments
The
|
If you are curious about why the "menu" option exists — this allows you to define new weights like |
Very interesting! Thanks for the explanation and your patience - I'm just a simple user who enjoys the possibility to customize his fonts ... unfortunately without completely understanding how it works 😔 |
@wimstefan |
Hmm perhaps it makes sense to add one more line like this: diff --git a/README.md b/README.md
index 52e7e72..0e3f0e0 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Since version 2.0, Iosevka would no longer support building via `makefile`. To i
# 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).
+ # *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 |
* More arrow fixup * Add more detailed docs for building. Fixes be5invis#474 * Add docs for width customization * Update Node.JS version requirement. Fixes be5invis#486 * Fix phonetic ligatures' shape. Now they are connected more closely (be5invis#488). * Remove unused logs * Fix LATIN SMALL LETTER TC DIGRAPH WITH CURL overflow * Fix shape of U+AB30, U+AB64 and U+1DE7 (be5invis#489). * Docs: fix required otfcc version (be5invis#490) * Make dot removal work if a below or other mark is between the base and above mark * Fix export of U+478 and U+479 * Make "ligtions using dlig and calt at same time" less strange * Fixup format * Fix shape of U+029A, U+1D08, U+1D4C (be5invis#491). * remove "ai" knots * Add U+AB66 and U+AB67 (be5invis#488). * Force f-eng to be connected * Add [reverse-rule] to simplify reverse subst code * Make GSUB more efficient * Need to keep correspondence * Fix shape of U+1DF0 (be5invis#497). * Adjust length of diagonal arrows * Make double arrow only work with arrow2 selector * Add ligation for shift-equal operators (>>=, <<=, >>>=, <<<=) * Update visualization data * Add ligation group "CLIK" * Add warning about auto-generated README sections * Add overrideSupportedLanguages list * Bump version * Fix incorrect sample images of ligations Co-authored-by: Belleve Invis <belleve@typeof.net>
If you have problem when building Iosevka, please provide these information:
private-build-plans.toml
, if present:private.toml
, paste if modified:I've build my own customized font with the parameters above the issues as described in #473 and there is no bold variant built at all.
The text was updated successfully, but these errors were encountered: