Skip to content

Instantly share code, notes, and snippets.

@vikbert
Last active September 27, 2022 03:09
Show Gist options
  • Select an option

  • Save vikbert/c5ded8ae4ccce8ec51a6f30c3033fe69 to your computer and use it in GitHub Desktop.

Select an option

Save vikbert/c5ded8ae4ccce8ec51a6f30c3033fe69 to your computer and use it in GitHub Desktop.
[awesome font] font used for programming #font

Visual Code

in visual code, search for font, then enter this font name in controls the font family

Font_family: Fira Code
Font_Size: 14
Font_Weight: 400

search for editor.letterSpacing, and set the value

Letter_Spacing: -0.5

visual code: terminal font

font_family: Fira Code
font_size: 13
font_weight: normal

go to setting, search for workbench.colorCustomizations, then edit setting.json

"workbench.colorCustomizations": {
    "terminal.ansiBlue": "#8697e3",
    "terminal.background": "#333131",
    "[Sublime Material Theme - Dark]": {
      "editor.background": "#2b2a2a"
    }
  },

iTerm2

go to profiles => Text, and select change Font:

14pt Fira Mono Medium for Powerline

# character spacing
horizon: 100%
vertical: 100%

PHPStorm

go to preference, then search for font

Font: Fira Code
Size: 16
Line spacing: 1.2
Fallback font: DejaVu Sans Mono for Powerline
[x] enable font ligatures

Console font

search for console font

Font: meslo LG M for powerline
size: 14
line spacing: 1.2
[x] Enable font ligatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment