Font family recommendation
Armin Arlert

Armin Arlert @arminarlert

About: front-end developer.

Location:
Istanbul
Joined:
Nov 29, 2019

Font family recommendation

Publish Date: Mar 31 '20
5 5

Hi everyone ☕

In theese days, I work remotely because of the pandemic. So I have a little more time in the morning and I spend this time having breakfast in front of the computer and review the codes I wrote. I noticed that I was bored with the font family I used this morning. I think I need to change this to increase my productivity :) I am currently using "Consolas, 'Courier New', monospace". Which font family do you use when writing code? By sharing here, we may increase someone's productivity.

My code editor looks like below

My text editor

Comments 5 total

  • Grzegorz Próchnicki
    Grzegorz PróchnickiMar 31, 2020

    Not so long ago I switched from Consolas/Inconsolata to JetBrains Mono (vide: jetbrains.com/lp/mono/ ). They've put a lot of effort to make reading experience better and they achieved that.

  • Benjioe
    BenjioeMar 31, 2020

    You can try a font with ligature, your arrow function will look like :

    arrow function with JetBrain Mono

    The most famous is github.com/tonsky/FiraCode

  • Manuele J Sarfatti
    Manuele J SarfattiMar 31, 2020

    I'm using Ligalex Mono, which is a version of IBM Plex Mono with added ligatures, you can find it here: github.com/ToxicFrog/Ligaturizer/r...

    I find it's the most readable of the bunch, with added "stylish" touches.

    Screenshot of Ligalex Mono in VS Code

    I used FiraCode for some time, but it's a bit more boring. And I find it hard to read JetBrains Mono.

    • Armin Arlert
      Armin ArlertMar 31, 2020

      presumably I will use Ligalex Mono. I like it thanks a lot :)

Add comment