4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VisualStudioCodeでFira Codeを使う

Last updated at Posted at 2018-01-29

遅ればせながらVisualStudioCodeを使い始めました

VisualStudioCodeはリガチャー(合字)に対応しているらしいので、Fira Codeにしなきゃダメでしょってことでやってみた

VisualStudioCode-Fira Code.PNG

うぅーんリガチャーされていい感じになってますね

作業ログ

  1. FiraCodeからFira Codeフォントダウンロードする
  2. ダウンロードしてきたFira Codeをインストールする
  3. VisualStudioCodeを起動する
  4. [Control]+[Shift]+[P]を押す
  5. settくらいまで入力すると「基本設定:ユーザー設定を開く」が出てくるのでそれを開く
  6. ユーザー設定に
{
    // FiraCodeに含まれない文字はMeiryoUIを使う
    "editor.fontFamily": "'Fira Code','Meiryo UI'",
    "editor.fontLigatures": true,
    "editor.fontSize": 16,
}

を書き足す

4
3
0

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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?