Skip to content
Discussion options

You must be logged in to vote

From #13116 (comment)

I was just testing this out locally. Apparently, to disable ligatures, you need

"font": {
    "face": "Fira Code",
    "features": {
        "liga": 0,
        "calt": 0
    }
},

Both "liga": 0 and "calt": 0 are apparently needed for Fira Code. Does that work for you/?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@felipecrs
Comment options

Answer selected by felipecrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants