aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2024-01-31 06:11:47 -0500
committerbard <[email protected]>2024-01-31 06:11:47 -0500
commitc6f2b5aa5f56f2f363e4d09dfac43fe4f9a24b83 (patch)
tree0706f9ee88bde18ef18ed73b2184a001b01d3e39 /bard-emacs-modules
parent20d4d25a673a83a3f0ea65e008b93f158732d6ac (diff)
better fontaine presets
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index 47bf977..a2ce154 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -69,13 +69,13 @@
:fixed-pitch-height 1.0
:bold-weight bold
)
- (code-demo
+ (large
:inherit regular
:default-height 170
)
- (prose
- :inherit regular ; copy the `code-demo' properties
- :default-height 220)
+ (small
+ :inherit regular
+ :default-height 130)
(t
:default-family "Monospace"
)))