Update font specification
This commit is contained in:
parent
01ab1c57bd
commit
319a3a85d2
1 changed files with 2 additions and 2 deletions
|
@ -254,7 +254,7 @@
|
||||||
like so:
|
like so:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(set-frame-font "Fantasque Sans Mono 13" nil t)
|
(set-frame-font "Fantasque Sans Mono-13" nil t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
However, this doesn't work when running Emacs as a Daemon. You
|
However, this doesn't work when running Emacs as a Daemon. You
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
|
|
||||||
#+NAME: default-frame-font
|
#+NAME: default-frame-font
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp :tangle no
|
||||||
(font . "Fantasque Sans Mono:pixelsize=17")
|
(font . "Fantasque Sans Mono-13")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Scroll bar
|
*** Scroll bar
|
||||||
|
|
Loading…
Reference in a new issue