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

Ligatures fl, fi within a monospace font in the code editor #728

Closed
sompylasar opened this issue Apr 12, 2018 · 1 comment
Closed

Ligatures fl, fi within a monospace font in the code editor #728

sompylasar opened this issue Apr 12, 2018 · 1 comment

Comments

@sompylasar
Copy link

I noticed that the code editor uses ligatures (i.e. when two letters are glued together and occupy less space), and that looks weird for pairs like fl, fi in code where these are supposed to occupy two characters.

Is this by design?

font-family: Menlo, "Source Code Pro", monospace; in the monaco-editor:

.monaco-editor.enable-ligatures {
  -webkit-font-feature-settings: "liga" on,"calt" on;
  font-feature-settings: "liga" on,"calt" on;
}

Actual

screen shot 2018-04-12 at 1 35 20 pm

screen shot 2018-04-12 at 1 36 29 pm

Expected

screen shot 2018-04-12 at 1 41 02 pm

@CompuIves
Copy link
Member

Haha, I fixed this one today already (3453bbc). I'm deploying this within ~30 minutes.

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

2 participants