1
0
Fork 0

fix(emacs): more variable-sized font in org-mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-05 16:07:05 -05:00
parent df1b455081
commit 9c68b253f8
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -101,13 +101,15 @@
;; Theme ;; Theme
(custom-set-faces (custom-set-faces
'(org-document-info ((t (:inherit nano-strong :height 1.0 :family "JetBrains Mono SemiBold")))) '(org-document-info ((t (:inherit nano-strong :height 1.0))))
'(org-document-title ((t (:inherit nano-strong :height 1.5 :family "JetBrains Mono SemiBold")))) '(org-document-title ((t (:inherit nano-strong :height 1.5 :family "Linux Libertine"))))
'(org-document-info-keyword ((t :inherit (nano-faded fixed-pitch)))) '(org-document-info-keyword ((t :inherit (nano-faded fixed-pitch))))
'(org-level-1 ((t (:inherit nano-strong :extend nil :height 1.4 :family "Linux Libertine")))) '(org-level-1 ((t (:inherit nano-strong :extend nil :height 1.4))))
'(org-level-2 ((t (:inherit nano-strong :extend nil :height 1.3 :family "Linux Libertine")))) '(org-level-2 ((t (:inherit nano-strong :extend nil :height 1.3))))
'(org-level-3 ((t (:inherit nano-strong :extend nil :height 1.2 :family "Linux Libertine")))) '(org-level-3 ((t (:inherit nano-strong :extend nil :height 1.2))))
'(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.1 :family "Linux Libertine")))) '(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.1))))
'(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0))))
'(org-level-4 ((t (:inherit nano-strong :extend nil :height 1.0))))
'(org-link ((t (:inherit nano-salient :underline t)))) '(org-link ((t (:inherit nano-salient :underline t))))
'(org-block ((t :inherit fixed-pitch))) '(org-block ((t :inherit fixed-pitch)))
'(org-code ((t :inherit (nano-salient fixed-pitch)))) '(org-code ((t :inherit (nano-salient fixed-pitch))))