mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlays/iosevka: try out ligatures
This commit is contained in:
parent
65e0b5e33c
commit
b75b9ce8a3
1 changed files with 6 additions and 1 deletions
|
|
@ -19,10 +19,13 @@ final: prev: rec {
|
||||||
# Guide: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md
|
# Guide: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md
|
||||||
privateBuildPlan = {
|
privateBuildPlan = {
|
||||||
family = "Iosevka";
|
family = "Iosevka";
|
||||||
noLigation = true;
|
|
||||||
serifs = "sans";
|
serifs = "sans";
|
||||||
spacing = "normal";
|
spacing = "normal";
|
||||||
|
|
||||||
|
# Otherwise kitty behaves funny with ligature
|
||||||
|
# noLigation = true;
|
||||||
|
exportGlyphNames = true;
|
||||||
|
|
||||||
variants.design = {
|
variants.design = {
|
||||||
ampersand = "et-tailed";
|
ampersand = "et-tailed";
|
||||||
capital-q = "crossing";
|
capital-q = "crossing";
|
||||||
|
|
@ -72,6 +75,8 @@ final: prev: rec {
|
||||||
Italic.menu = "italic";
|
Italic.menu = "italic";
|
||||||
Italic.css = "italic";
|
Italic.css = "italic";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ligations.inherits = "haskell";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue