From 7839dae2e82b6c87019171903656decc344ab28f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 24 Sep 2016 17:25:41 +0200 Subject: Emacs: Use Liberation Sans on linux It’s more likely to be available --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 9949874..1f74f26 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -178,7 +178,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Monoid" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) - (ap/set-fonts "Source Code Pro" 13 "Input Sans" 13)))) + (ap/set-fonts "Source Code Pro" 13 "Liberation Sans" 13)))) (ap/set-fonts-according-to-system)) #+END_SRC -- cgit 1.4.1