-
-
Save elleryq/248bc27b32a901c10dde to your computer and use it in GitHub Desktop.
Revisions
-
elleryq revised this gist
Jul 7, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,4 +22,8 @@ atom-text-editor { atom-pane { font-family: "WenQuanYi Micro Hei Mono", sans-serif; } /* Make markdown preview to display chinese */ .markdown-preview { font-family: "WenQuanYi Micro Hei Mono"; } ``` -
elleryq revised this gist
Jul 7, 2015 . 2 changed files with 25 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ In ~/.atom/styles.less, add the below css setting ## Windows ``` atom-text-editor { font-family: "Microsoft JhengHei", sans-serif; //font-size: 14px; } atom-pane { font-family: "Microsoft JhengHei", sans-serif; } ``` ## Linux If you are using Ubuntu, you have to install ttf-wqy-microhei and fonts-wqy-microhei ``` atom-text-editor { font-family: "WenQuanYi Micro Hei Mono", sans-serif; font-size: 14px; } atom-pane { font-family: "WenQuanYi Micro Hei Mono", sans-serif; } ``` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +0,0 @@ -
philipz revised this gist
Jun 26, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ 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; } ``` -
philipz created this gist
Jun 26, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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; } ```