Emacs: Use Liberation Sans on linux Itβs more likely to be available
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M tag-emacs/emacs.d/init.org β tag-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