Isoevka fonts

This commit is contained in:
2024-06-24 17:56:56 +02:00
parent ebb5c9e498
commit 5f6841f8dd

View File

@@ -255,8 +255,8 @@ Rebind the default window controls to use "M-*" keys for ease-of-use
* Fonts
Set up the fonts to use.
#+begin_src emacs-lisp
(set-face-attribute 'default nil :font "Fantasque Sans Mono-12")
(set-face-attribute 'fixed-pitch nil :font "Fantasque Sans Mono")
(set-face-attribute 'default nil :font "Iosevka Term-12")
(set-face-attribute 'fixed-pitch nil :font "Iosevka Term-12")
(set-face-attribute 'variable-pitch nil :font "Iosevka Aile")
@@ -273,16 +273,16 @@ Set up the fonts to use.
`(org-level-7 ((t (,@headline ,@variable-tuple))))
`(org-level-6 ((t (,@headline ,@variable-tuple))))
`(org-level-5 ((t (,@headline ,@variable-tuple))))
`(org-level-4 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-3 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-2 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-1 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-document-title ((t (,@headline ,@variable-tuple :height 1.0 :underline nil))))))
`(org-level-4 ((t (,@headline ,@variable-tuple))))
`(org-level-3 ((t (,@headline ,@variable-tuple))))
`(org-level-2 ((t (,@headline ,@variable-tuple))))
`(org-level-1 ((t (,@headline ,@variable-tuple))))
`(org-document-title ((t (,@headline ,@variable-tuple :underline nil))))))
(custom-theme-set-faces
'user
'(variable-pitch ((t (:family "Iosevka Aile" :height 120 :weight thin))))
'(fixed-pitch ((t ( :family "Fantasque Sans Mono" :height 120)))))
'(fixed-pitch ((t ( :family "Iosevka Term" :height 120)))))
#+end_src
* Completion