subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.71k stars 69 forks source link

MacOS 下 部分liga 没有效果 #99

Closed zengbo closed 1 year ago

zengbo commented 1 year ago

用的字体: ”Maple Mono NF“ 在 MacOS 下部分liga 没有效果:

==
===
!=
!==
>=
<=
[info] ...
subframe7536 commented 1 year ago

没有mac,已知xcode中目前无法开启styleset

cshuaimin commented 1 year ago

I found that you need to enable the font features to see the effects, e.g. in Kitty font_features MapleMono-Regular +ss01 +ss02

zengbo commented 1 year ago

I found that you need to enable the font features to see the effects, e.g. in Kitty font_features MapleMono-Regular +ss01 +ss02

How to set in VSCode?

cshuaimin commented 1 year ago

@zengbo It's "editor.fontLigatures": "'ss01', 'ss02'" in settings.json

Screenshot 2023-05-05 at 2 04 34 PM
zengbo commented 1 year ago

"'ss01', 'ss02'"

Thanks.