diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-11 08:42:39 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-11 08:42:39 -0800 |
commit | fc27b0e8bebde8ff4e8398468addbb1a30ae55d3 (patch) | |
tree | 28b526531e02c73f204114f4432edb4a7bd3d94c /config/init-ui.el | |
parent | a few more tweaks to org-mode configuration (diff) | |
download | emacs.d-fc27b0e8bebde8ff4e8398468addbb1a30ae55d3.tar.gz |
a few more tweaks
Diffstat (limited to '')
-rw-r--r-- | config/init-ui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/init-ui.el b/config/init-ui.el index 8f7697a..b9f3fbd 100644 --- a/config/init-ui.el +++ b/config/init-ui.el @@ -53,8 +53,8 @@ ;; | 数字 | アルファベット | 日本語 | 絵文字 | ;; | 0123 | abcdefghijklmn | あいう | 🍎🍎🍎 | -(set-face-attribute 'default nil :family "DejaVu Sans Mono" :height 170) -(set-face-attribute 'variable-pitch nil :family "DejaVu Sans" :height 160) +(set-face-attribute 'default nil :family "Source Code Pro" :height 150) +(set-face-attribute 'variable-pitch nil :family "Go" :height 150) (provide 'init-ui) ;;; init-ui.el ends here |