diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 008a4bdb4..f865ba666 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -483,6 +483,8 @@ Other: - Calling ~spacemacs/recompile-elpa~ with an argument nukes all *.elc files (thanks to Ag Ibragimov) - Allow customizing default major mode for new empty buffers in ~SPC b N n~, see =dotspacemacs-new-empty-buffer-major-mode= (thanks to Juha Jeronen) + - Changed =dotspacemacs-default-font= =:size= from =13= (pixel size) to =10.0= + (point size) (thanks to duianto) - Fixed: - Avoid non-idempotent use of push in init code (thanks to Miciah Masters) - Moved Spacemacs startup progress bar to =core-progress-bar.el=, removed diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index 73e767cca..091fa1b62 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -209,7 +209,7 @@ It should only modify the values of Spacemacs settings." ;; Default font or prioritized list of fonts. dotspacemacs-default-font '("Source Code Pro" - :size 13 + :size 10.0 :weight normal :width normal)