tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
77.19k stars 3.1k forks source link

cv20 won't work #1504

Open puppuccino opened 1 year ago

puppuccino commented 1 year ago

Hi there. The cv20 option, which enables <= to be displayed as an arrow instead of leq, is not working for me. Reinstalling didn't solve the problem. I'm not using the letter spacing. Thanks.

image
tonsky commented 1 year ago

Works for me

Screenshot 2023-02-07 at 19 06 34 Screenshot 2023-02-07 at 19 06 45
m-2k commented 2 weeks ago

works for me too:

Screenshot 2024-10-16 at 10 30 19
mfocko commented 2 weeks ago

I can see you have the comments in italics, Fira Code doesn't have the italics, so it algorithmically slants the Fira (it probably disables the font features like character variants or stylistic sets)

m-2k commented 2 weeks ago

I can see you have the comments in italics, Fira Code doesn't have the italics, so it algorithmically slants the Fira (it probably disables the font features like character variants or stylistic sets)

okay

  "editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "scope": [
                "comment",
            ],
            "settings": {
                "fontStyle": ""
            }
        }
    ]
  }