From 5f6841f8dd45ef23fe7edd564039b0ee57470bda Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 24 Jun 2024 17:56:56 +0200 Subject: [PATCH] Isoevka fonts --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 1d0576d..7e65d46 100644 --- a/README.org +++ b/README.org @@ -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