From 30b6047acdd4737822fc8ee870d67020c1b465ab Mon Sep 17 00:00:00 2001 From: Blendoit Date: Wed, 21 Oct 2020 22:24:16 -0700 Subject: Open Sans is new default font, prettifying symbols. --- themes/blendoit-light-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 3ba0154..a502d9a 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -5,7 +5,7 @@ 'blendoit-light '(cursor ((t (:background "red")))) '(fixed-pitch ((t (:family "Hack")))) - '(variable-pitch ((t (:family "Liberation Sans")))) + '(variable-pitch ((t (:family "Open Sans")))) '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(minibuffer-prompt ((t (:inherit org-meta-line)))) @@ -60,7 +60,7 @@ '(org-checkbox-statistics-todo ((t (:inherit org-checkbox :foreground "tomato")))) '(org-checkbox-statistics-done ((t (:inherit org-checkbox :foreground "ForestGreen")))) '(org-verbatim ((t (:inherit fixed-pitch :height 0.9 :foreground "DodgerBlue1" :foundry "Hack")))) - '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Liberation Sans")))) + '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Open Sans")))) '(org-document-info ((t (:weight bold)))) '(org-table ((t (:height 0.8 :family "Hack")))) '(org-block ((t (:height 0.8 :family "Hermit")))) -- cgit v1.2.3