Reset default font after upgrade

This commit is contained in:
Oliver Payne 2023-08-13 21:56:07 +01:00
parent 57262c69c4
commit b07fb2fc54
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :height 100 :family "Terminus")))))
'(default ((t (:inherit nil :extend nil :stipple nil :background "#000000" :foreground "#ffffff" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 78 :width semi-condensed :foundry "Misc" :family "Terminus")))))