diff options
| -rw-r--r-- | bard-elisp/bard-theme.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index 1153eaa..98f420a 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -18,13 +18,11 @@ :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (large :inherit default - :variable-pitch-family "Iosevka Comfy Wide Motion" - :default-height 170 + :default-height 160 ) (huge :inherit default - :variable-pitch-family "Iosevka Comfy Wide Motion" - :default-height 200 + :default-height 180 ) (t :default-family "Monospace" |
