diff options
| author | bard <[email protected]> | 2024-01-31 06:11:47 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-01-31 06:11:47 -0500 |
| commit | c6f2b5aa5f56f2f363e4d09dfac43fe4f9a24b83 (patch) | |
| tree | 0706f9ee88bde18ef18ed73b2184a001b01d3e39 | |
| parent | 20d4d25a673a83a3f0ea65e008b93f158732d6ac (diff) | |
better fontaine presets
| -rw-r--r-- | bard-emacs-modules/bard-emacs-ui.el | 8 |
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" ))) |
