Skip to content

Instantly share code, notes, and snippets.

@philipz
Created June 26, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philipz/20b7b29a7f13d94d5d21 to your computer and use it in GitHub Desktop.
Save philipz/20b7b29a7f13d94d5d21 to your computer and use it in GitHub Desktop.
Atom 修正中文顯示問題

In ~/.atom/styles.less, add the below css setting

atom-text-editor {
  font-family: "Microsoft JhengHei", sans-serif;
  //font-size: 14px;
}
atom-pane {
  font-family: "Microsoft JhengHei", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment