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
r
s
I like the script feature but would love it if there is a way to disable the r and s. For me it is more difficult to read those two characters
We have an option where we choose our r:
I was expecting that this should override the ss02 if let's say I select SS16 I use wezterm. Here is my config for the font that I tried:
ss02
SS16
wezterm
font = wezterm.font({ family = "MonoLisa Variable", weight = "Regular", -- harfbuzz_features = { "calt", "liga", "dlig", "ss01", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08" }, harfbuzz_features = { "calt", "liga", "zero", "dlig", "ss01", "ss02", "ss05", "ss06", "ss07", "ss10", "ss11", "ss13", "ss15", "ss16", "ss17", "ss18", }, }), font_rules = { { -- Apply this rule when the text is italic italic = true, font = wezterm.font({ family = "MonoLisa Variable", weight = "Regular", italic = true, harfbuzz_features = { "calt", "liga", "zero", "dlig", "ss01", "ss02", "ss05", "ss06", "ss07", "ss10", "ss11", "ss13", "ss15", "ss16", "ss17", "ss18", }, }), }, },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What feature are you proposing?
I like the script feature but would love it if there is a way to disable the
r
ands
. For me it is more difficult to read those two charactersWe have an option where we choose our
r
:I was expecting that this should override the
ss02
if let's say I selectSS16
I use
wezterm
. Here is my config for the font that I tried:The text was updated successfully, but these errors were encountered: