We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After using a private build plan, the ligatures do not work in kitty:
kitty 0.24.4
If you have problem when building Iosevka, please provide these information:
Your Node.js version: v17.6.0
v17.6.0
Your private-build-plans.toml, if present:
private-build-plans.toml
[buildPlans.iosevka-custom] family = "Iosevka Custom" spacing = "normal" serifs = "sans" no-cv-ss = true [buildPlans.iosevka-custom.variants] inherits = "ss08" [buildPlans.iosevka-custom.variants.design] a = "double-storey-serifless" d = "toothed-serifless" f = "tailed" g = "single-storey-flat-hook-serifless" h = "straight-motion-serifed" i = "serifed-flat-tailed" l = "serifed-flat-tailed" p = "eared" q = "straight" t = "flat-hook" v = "curly" x = "curly-serifless" y = "curly-turn" z = "straight-top-serifed" turn-v = "curly" lower-delta = "flat-top" capital-gamma = "top-right-serifed" lower-lambda = "curly-turn" lower-xi = "rounded" zero = "slashed-split" one = "base" two = "curly-neck" four = "semi-open" five = "oblique-upper-left-bar" seven = "curly-serifed" eight = "crossing-asymmetric" asterisk = "turn-hex-low" underscore = "high" pilcrow = "high" caret = "low" paren = "flat-arc" brace = "curly" number-sign = "upright" ampersand = "et-toothless-corner" at = "fourfold-solid-inner" dollar = "open-cap" cent = "bar-interrupted" percent = "rings-continuous-slash" lig-ltgteq = "slanted" question = "corner-flat-hooked" [buildPlans.iosevka-custom.weights.light] shape = 300 menu = 300 css = 300 [buildPlans.iosevka-custom.weights.regular] shape = 400 menu = 400 css = 400 [buildPlans.iosevka-custom.weights.medium] shape = 500 menu = 500 css = 500 [buildPlans.iosevka-custom.weights.semibold] shape = 600 menu = 600 css = 600 [buildPlans.iosevka-custom.weights.bold] shape = 700 menu = 700 css = 700 [buildPlans.iosevka-custom.slopes.upright] angle = 0 shape = "upright" menu = "upright" css = "normal" [buildPlans.iosevka-custom.slopes.italic] angle = 9.4 shape = "italic" menu = "italic" css = "italic"
The text was updated successfully, but these errors were encountered:
You need to set export-glyph-names to true to make it work in Kitty. See https://github.com/be5invis/Iosevka/blob/master/doc/custom-build.md#configuring-custom-build
export-glyph-names
Sorry, something went wrong.
Oh my bad - I used the online customizer, should have looked at the docs!
I just ran into the same issue. Could export-glyph-names be added to private-build-plans.toml, preferably enabled by default?
@real-or-random @tpoisot I added option in the customizer, which allows you to put that into your privat-build-plans.toml.
privat-build-plans.toml
No branches or pull requests
After using a private build plan, the ligatures do not work in kitty:
kitty 0.24.4
If you have problem when building Iosevka, please provide these information:
Your Node.js version:
v17.6.0
Your
private-build-plans.toml
, if present:The text was updated successfully, but these errors were encountered: