소스 검색

Move emacs to Monoid font #emacs

Colin Powell 6 년 전
부모
커밋
8105c94457
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      emacs/.config/doom/+ui.el

+ 2 - 2
emacs/.config/doom/+ui.el

@@ -3,8 +3,8 @@
 (setq doom-theme 'doom-Iosvkem)
 
 ;; Fonts
-(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
-(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
+(setq doom-font (font-spec :family "Monoid" :size 12))
+(setq doom-big-font (font-spec :family "Monoid" :size 18))
 ;; Dash highlighting
 ;; (after! dash (dash-enable-font-lock))