Update font specification

This commit is contained in:
Tom Willemse 2015-04-08 15:15:59 +02:00
parent 01ab1c57bd
commit 319a3a85d2

View file

@ -254,7 +254,7 @@
like so:
#+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
However, this doesn't work when running Emacs as a Daemon. You
@ -264,7 +264,7 @@
#+NAME: default-frame-font
#+BEGIN_SRC emacs-lisp :tangle no
(font . "Fantasque Sans Mono:pixelsize=17")
(font . "Fantasque Sans Mono-13")
#+END_SRC
*** Scroll bar