LoginSignup
1
1

More than 3 years have passed since last update.

Visual Studio CodeのFontをDejaVu Sans Monoに変換

Last updated at Posted at 2019-06-02

VS code のfontをDejaVu Sans Monoに変換(windows10)

下記URLよりdejavu-fonts-ttf-2.37.zipをダウンロード

ダウンロードしたファイルから「DejaVuSansMono.tff」をダブルクリックし、インストール。
インストールできていることを確認(C:\Windows\Fonts\DejaVuSansMono.ttfが表示されればOK)
C:\Windows\Fonts> where "DejavuSansMono.*"
C:\Windows\Fonts\DejaVuSansMono.ttf

Visual Studio Codeを開き、Setting.jsonファイルに以下を記載

editor.fontFamily": "'DejaVu Sans Mono', ['Meiryo UI', monospace",]

設定が変更される。
[]内の記載はそれぞれの好みで。。

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1