Changed fonts in the org-mode titles

This commit is contained in:
qorg11 2020-07-15 04:41:37 +02:00
parent 98834a0795
commit 1aa9993ae9
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -246,11 +246,11 @@ Including indent-buffer, which should not be called automatically on save."
;; Org mode fixes ;; Org mode fixes
(if (display-graphic-p) (if (display-graphic-p)
(let* ((variable-tuple (let* ((variable-tuple
(cond ((x-list-fonts "ETBembo") '(:font "ETBembo")) (cond ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono"))
((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro")) ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono"))
((x-list-fonts "Lucida Grande") '(:font "Lucida Grande")) ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono"))
((x-list-fonts "Verdana") '(:font "Verdana")) ((x-list-fonts "IBM Plex Mono") '(:font "IBM Plex Mono"))
((x-family-fonts "Sans Serif") '(:family "Sans Serif")) ((x-family-fonts "IBM Plex Mono") '(:family "IBM Plex Mono"))
(nil (warn "Cannot find a Sans Serif Font. Install Source Sans Pro.")))) (nil (warn "Cannot find a Sans Serif Font. Install Source Sans Pro."))))
(base-font-color (face-foreground 'default nil 'default)) (base-font-color (face-foreground 'default nil 'default))
(headline `(:inherit default :weight bold :foreground ,base-font-color))) (headline `(:inherit default :weight bold :foreground ,base-font-color)))