diff options
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/fonts.el | 14 | 
1 files changed, 6 insertions, 8 deletions
| 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" | 
