Atom の Markdown Preview の中国語フォントを日本語フォントにする

環境

Atom 1.1.0

GitHub.com のスタイルに変更

  • Packages > Settings View > Open (もしくは ctrl+ ,)
  • packages タブから markdown-preview を検索して Settings ボタンをクリック
  • Use GitHub.com style をチェック

f:id:suer:20151109114035j:plain

プレビューのフォントを変更

  • Packages > Settings View > Open (もしくは ctrl+ ,)
  • Themes タブを開き your stylesheet をクリック

f:id:suer:20151109114254j:plain

  • style.less が開くので末尾に以下を追加
.markdown-preview, .markdown-preview[data-use-github-style] {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}