Set terminus font to be default

This commit is contained in:
Oliver Payne 2023-12-04 20:50:36 +00:00
parent 06795ed0d1
commit 4216943776
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,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 :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")))))
'(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 medium :height 78 :width semi-condensed :family "terminus")))))