+present/big-mode => doom-big-font-mode
And added new variable: doom-big-font app/present is deprecated so this feature has been moved into core.
This commit is contained in:
parent
59c5a78940
commit
6093b81412
3 changed files with 17 additions and 1 deletions
|
@ -9,6 +9,9 @@
|
|||
(defvar doom-font (font-spec :family "Fira Mono" :size 12)
|
||||
"The default font to use. Expects a FONT-SPEC (`font-spec').")
|
||||
|
||||
(defvar doom-big-font nil
|
||||
"The default font to use. Expects a FONT-SPEC (`font-spec').")
|
||||
|
||||
(defvar doom-variable-pitch-font (font-spec :family "Fira Sans" :size 12)
|
||||
"The default font to use for variable-pitch text. Expects a FONT-SPEC (`font-spec').")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue