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

关闭字体连字特性, 即>= == -> 等符号粘连 #75

Closed
liangjingkanji opened this issue Apr 17, 2022 · 5 comments
Closed

关闭字体连字特性, 即>= == -> 等符号粘连 #75

liangjingkanji opened this issue Apr 17, 2022 · 5 comments

Comments

@liangjingkanji
Copy link
Owner

liangjingkanji commented Apr 17, 2022

这是连字特性(主题内置字体JetBrainsMono特性), 这是编程字体很流行的特性

两种解决方法

  1. 修改为其他字体
  2. 或者下载不带连字特性的JetBrains Mono NL字体. 下载zip中JetBrains Mono NL
  3. 修改JetBrains MonoJetBrains Mono NL(如下)
--monospace: "JetBrains Mono NL", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/
@liangjingkanji
Copy link
Owner Author

liangjingkanji commented Jul 9, 2022

This is the ligature feature (which comes with the built-in font JetBrainsMono), which is a very popular feature of programming fonts

resolvent

  1. Modify to another font
  2. Or download the JetBrainsMono font without the ligature feature version. The JetBrainsMonoNL in the download file zip
    Modify JetBrains Mono to JetBrains Mono NL
--monospace: "JetBrains Mono NL", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/

@Wzifu
Copy link

Wzifu commented May 5, 2023

请问是下载tff,我下载了JetBrainsMonoNL-Regular.tff 已经安装,并且对照修改了font,但发现不能识别到我这个字体。

@liangjingkanji
Copy link
Owner Author

请问是下载tff,我下载了JetBrainsMonoNL-Regular.tff 已经安装,并且对照修改了font,但发现不能识别到我这个字体。

不能识别是什么意思? 你是不是安装字体没有成功?

@CloverGit
Copy link

JetBrainsMonoNL 应该改为现在 Jetbrains 的字体名称 JetBrains Mono NL
--monospace: "JetBrains Mono NL", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/

@liangjingkanji
Copy link
Owner Author

liangjingkanji commented Oct 11, 2023

JetBrainsMonoNL 应该改为现在 Jetbrains 的字体名称 JetBrains Mono NL --monospace: "JetBrains Mono NL", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/

你说的不错, 我犯了一个低级错误, 已经修正

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

No branches or pull requests

3 participants