microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.11k stars 796 forks source link

cursive font doesnt work in vscode #687

Closed ha3kr closed 1 year ago

ha3kr commented 1 year ago

Cascadia family version

2111.01

Cascadia family variant(s)

Cascadia Code (the version with ligatures)

Font file format(s)

I don't know

Platform

windows 10

Other Software

vscode

What happened?

Hi, please i need help !! i installed the latest version of cascadia code font and i installed it CascadiaCode.ttf but cursive font doesn't work there is only italic font, please any help ??

my settings.json :

{
  "editor.fontFamily": "'Cascadia Code', Menlo, Monaco, 'Courier New', monospace",
  "editor.fontSize": 18,
  "window.zoomLevel": 2,
  "editor.fontLigatures": "'calt', 'ss01'",
  "workbench.colorTheme": "Monokai Vibrant",
  "editor.tokenColorCustomizations": {
      "comments": {"fontStyle": "italic"}
  },
  "extensions.ignoreRecommendations": true,
}