LoginSignup
19
14

More than 5 years have passed since last update.

VSCodeのフォントにMigu 1Mを使う

Last updated at Posted at 2015-06-04

VSCodeでMigu 1Mが使いたいのでsettings.jsonで次のようにフォント設定をしてみたがうまくいかない。

"editor.fontFamily": "Migu 1M"

AtomでMigu 1Mを使う場合は"Migu 1M"って入れないと駄目だったなと、試しにシングルクォートで囲って次のようにしたら適用された。

"editor.fontFamily": "'Migu 1M'"

19
14
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
19
14