kika / fixedsys

Fixedsys Excelsior font with programming ligatures
982 stars 50 forks source link

Font cannot be used in VSCode #38

Closed ghost closed 1 year ago

ghost commented 1 year ago

I tried everything, i put everything as the guide says here, however, i couldn't use, the VSCode didn't load that

kika commented 1 year ago

As you can see in the screenshot - it works.

image

Relevant settings (VSCode on Mac):

{
    "debug.console.fontFamily": "Fixedsys Excelsior",
    "debug.console.fontSize": 16,
    "debug.console.lineHeight": 19,
    "workbench.fontAliasing": "none",
    "terminal.integrated.fontFamily": "Fixedsys Excelsior",
    "terminal.integrated.fontSize": 16,
    "editor.fontFamily": "Fixedsys Excelsior",
    "editor.fontLigatures": true,
    "editor.fontSize": 16,
    "editor.lineHeight": 16
}