diff options
author | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 16:04:44 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2023-12-01 16:04:44 +0100 |
commit | fde63a60ea037e895ab96724ac98685268c9d8bd (patch) | |
tree | f064c97c888081c219eea5ba2014c3d7efc3e1fd | |
parent | 2a8a3db92da90f7caf82285913ac384a62e11638 (diff) |
-rw-r--r-- | resources/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/custom.el b/resources/custom.el index 75957ab..34670ae 100644 --- a/resources/custom.el +++ b/resources/custom.el @@ -123,4 +123,4 @@ ;; 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 (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 155 :width normal))))) + '(default ((t (:family "Monoisome" :foundry "PfEd" :slant normal :weight regular :height 120 :width semi-condensed))))) |