Skip to content
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

Issue with ligatures on kitty #1326

Closed
tpoisot opened this issue Mar 8, 2022 · 4 comments
Closed

Issue with ligatures on kitty #1326

tpoisot opened this issue Mar 8, 2022 · 4 comments
Labels

Comments

@tpoisot
Copy link

tpoisot commented Mar 8, 2022

After using a private build plan, the ligatures do not work in kitty:

1646763923


  • Your font version: 721fe33
  • Your font variant: Custom
  • Your operating system (name and version): Linux 5.16.12-arch1-1
  • Your application using Iosevka: 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:

[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"
@be5invis
Copy link
Owner

be5invis commented Mar 8, 2022

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

@be5invis be5invis closed this as completed Mar 8, 2022
@tpoisot
Copy link
Author

tpoisot commented Mar 9, 2022

Oh my bad - I used the online customizer, should have looked at the docs!

@real-or-random
Copy link
Contributor

I just ran into the same issue. Could export-glyph-names be added to private-build-plans.toml, preferably enabled by default?

@be5invis
Copy link
Owner

@real-or-random @tpoisot I added option in the customizer, which allows you to put that into your privat-build-plans.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants