all repos — archive/dotfiles @ 7839dae2e82b6c87019171903656decc344ab28f

Superseded by nixfiles

Emacs: Use Liberation Sans on linux

It’s more likely to be available
Alan Pearce alan@alanpearce.uk
Sat, 24 Sep 2016 17:25:41 +0200
commit

7839dae2e82b6c87019171903656decc344ab28f

parent

52a4a70473b7d229c2610e2df0c0332cd32a9152

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -178,7 +178,7 @@ (if (eq displays 1) 				(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