You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 1: Safely Disabling Font Ligatures in Rio Terminal
I am trying to stably disable font ligatures in Rio Terminal. I noticed that GitHub issue #1258 regarding this topic is currently open—does this mean there is no official configuration update for it yet?
The fonts.features Option
I saw that Rio offers a fonts.features option. Since ligatures are technically font features, I assumed this would help. However, setting features = [] does not disable the connection of characters like - (as shown in the image below).
Is the features option intended for a different use case, or am I formatting it incorrectly?
Issue 2: Config Settings for Bold Fonts & Weights
Do you have any recommendations for configuring bold fonts in Rio?
Specifically, does the weight property inside the regular font configuration block still exist in the current syntax? For example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Issue 1: Safely Disabling Font Ligatures in Rio Terminal
I am trying to stably disable font ligatures in Rio Terminal. I noticed that GitHub issue #1258 regarding this topic is currently open—does this mean there is no official configuration update for it yet?
The
fonts.featuresOptionI saw that Rio offers a
fonts.featuresoption. Since ligatures are technically font features, I assumed this would help. However, settingfeatures = []does not disable the connection of characters like-(as shown in the image below).Is the
featuresoption intended for a different use case, or am I formatting it incorrectly?Issue 2: Config Settings for Bold Fonts & Weights
Do you have any recommendations for configuring bold fonts in Rio?
Specifically, does the
weightproperty inside the regular font configuration block still exist in the current syntax? For example:regular = { family = "<string>", style = "<string>", width = "<string>", weight = <integer> }Beta Was this translation helpful? Give feedback.
All reactions