diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-16 09:56:23 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-16 09:56:23 -0800 |
commit | cf657b0ea4935b26d680e03aa44059bdda0103e6 (patch) | |
tree | 152df4f3a21288e1f9511c20438f25c22eeadf94 /config/init-ui.el | |
parent | more tweaks for fonts and colors (diff) | |
download | emacs.d-cf657b0ea4935b26d680e03aa44059bdda0103e6.tar.gz |
tweak fonts
Diffstat (limited to 'config/init-ui.el')
-rw-r--r-- | config/init-ui.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/init-ui.el b/config/init-ui.el index ea3728b..6d84311 100644 --- a/config/init-ui.el +++ b/config/init-ui.el @@ -53,8 +53,7 @@ ;; | 数字 | アルファベット | 日本語 | 絵文字 | ;; | 0123 | abcdefghijklmn | あいう | 🍎🍎🍎 | -(set-face-attribute 'default nil :family "Source Code Pro" :height 180) -(set-face-attribute 'variable-pitch nil :family "Go" :height 170) +(set-face-attribute 'default nil :family "Source Code Pro" :height 150) (use-package ef-themes :ensure t |