diff options
Diffstat (limited to 'bard-elisp/bard-theme.el')
| -rw-r--r-- | bard-elisp/bard-theme.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index ce491c2..a5bea95 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -18,11 +18,18 @@ :variable-pitch-family "Iosevka Comfy Wide Motion Duo") (prot :default-family "Iosevka Comfy Wide Motion" - :default-height 130 + :default-height 140 :default-weight medium :fixed-pitch-family "Iosevka Comfy Wide Motion" :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :bold-weight extrabold) + (duo + :default-family "Iosevka Comfy Motion" + :default-height 140 + :default-weight medium + :fixed-pitch-family "Iosevka Comfy Motion" + :variable-pitch-family "Iosevka Comfy Motion Duo" + :bold-weight extrabold) (mono :default-height 130 :default-family "monospace" |
