From 43e1f37c02f216a36312876d56a8f313aabcf07a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 11 Apr 2024 17:29:10 -0500 Subject: additional bug fixing - stray cj/bookmark-set-and-save references replaced with bookmark-set - added warning level for errors - added an alternate elpa-mirrors location (git repos shouldn't be added inside a git repo) - added default font size to "Berkeley Only" and the default in fontaine - updated eww to search using frog find for readability - fixed typo on comments in user-constants - moved easy hugo configuration higher for easier accessibility - move "insert around" function to custom functions --- modules/font-config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/font-config.el') diff --git a/modules/font-config.el b/modules/font-config.el index fc9d8b18..9df45c48 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -24,7 +24,8 @@ :variable-pitch-family "Hack Nerd Font Mono") (Berkeley-Only :default-family "Berkeley Mono" - :variable-pitch-family "Berkeley Mono") + :default-height 120 + :variable-pitch-family "Berkeley Mono") (Merriweather-Only :default-family "Merriweather" :variable-pitch-family "Merriweather") @@ -58,7 +59,7 @@ (t ;; shared fallback properties go here :default-family "Berkeley Mono" :default-weight regular - :default-height 110 + :default-height 120 :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 -- cgit v1.2.3