From 1aa9993ae97b1e1541174784d5954743fb3407aa Mon Sep 17 00:00:00 2001 From: qorg11 Date: Wed, 15 Jul 2020 04:41:37 +0200 Subject: [PATCH] Changed fonts in the org-mode titles --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index a93f72c..99e3b7f 100644 --- a/config.org +++ b/config.org @@ -246,11 +246,11 @@ Including indent-buffer, which should not be called automatically on save." ;; Org mode fixes (if (display-graphic-p) (let* ((variable-tuple - (cond ((x-list-fonts "ETBembo") '(:font "ETBembo")) - ((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro")) - ((x-list-fonts "Lucida Grande") '(:font "Lucida Grande")) - ((x-list-fonts "Verdana") '(:font "Verdana")) - ((x-family-fonts "Sans Serif") '(:family "Sans Serif")) + (cond ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono")) + ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono")) + ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono")) + ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono")) + ((x-family-fonts "IBM Plex Mono") '(:family "IBM Plex Mono")) (nil (warn "Cannot find a Sans Serif Font. Install Source Sans Pro.")))) (base-font-color (face-foreground 'default nil 'default)) (headline `(:inherit default :weight bold :foreground ,base-font-color)))