From fc27b0e8bebde8ff4e8398468addbb1a30ae55d3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Nov 2024 08:42:39 -0800 Subject: a few more tweaks --- config/init-ui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/init-ui.el') 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 -- cgit 1.4.1