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; } ```