Skip to content

Instantly share code, notes, and snippets.

View justinbchau's full-sized avatar

Justin Chau justinbchau

View GitHub Profile
@justinbchau
justinbchau / vscode-settings.md
Last active December 2, 2020 05:02 — forked from mohokh67/vscode-settings.md
Install italic and customizable font for vscode

Manual steps:

  • Download and install Victor Mono font
  • Update VSCode setting as bellow:
    • font size, line height and font weight are optional and you can update them as you prefer
{
    "editor.fontSize": 16,
    "editor.lineHeight": 24,
    "editor.fontWeight": "600",