From 9e79943ec035a7e018eb26b70d92b7a1cb8799fb Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 4 Jan 2023 10:16:16 -0800 Subject: emacs: redefine fonts sizes --- .emacs.local.d/modes/fonts.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to '.emacs.local.d/modes/fonts.el') diff --git a/.emacs.local.d/modes/fonts.el b/.emacs.local.d/modes/fonts.el index 08d74d4..c62488c 100644 --- a/.emacs.local.d/modes/fonts.el +++ b/.emacs.local.d/modes/fonts.el @@ -3,25 +3,23 @@ (setq fontaine-presets '((tiny :default-family "Fira Code Retina" - :default-height 70) + :default-height 100) (small :default-family "Fira Code Retina" - :default-height 90) - (regular - :default-height 110) - (medium :default-height 120) + (medium + :default-height 160) (large :default-weight semilight - :default-height 140 + :default-height 180 :bold-weight extrabold) (presentation :default-weight semilight - :default-height 170 + :default-height 200 :bold-weight extrabold) (jumbo :default-weight semilight - :default-height 220 + :default-height 230 :bold-weight extrabold) (t :default-family "Fira Code Retina" -- cgit v1.2.3