From b19f11fbad50978514457f9611ff3134614fa690 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 19 Sep 2021 13:54:54 -0400 Subject: [PATCH] Update font config --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index e6ea27f..98b26ce 100644 --- a/README.org +++ b/README.org @@ -2152,9 +2152,9 @@ epkgs.hydra ;; Set all three of Emacs' font faces. ;; NOTE: This only works without `emacs-server'. -;; (set-face-attribute 'default nil :font "Iosevka" :height 96) -;; (set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 96) -;; (set-face-attribute 'variable-pitch nil :font "Iosevka" :height 96) +(set-face-attribute 'default nil :font "Iosevka" :height 120) +(set-face-attribute 'fixed-pitch nil :font "Iosevka" :height 120) +(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 120) ;; Define a `hydra' function for scaling the text interactively. (defhydra hydra-text-scale (:timeout 4)