From 0679b68e61066fe032f5d3a5068d0594cf849668 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 2 Aug 2020 11:54:12 -0600 Subject: [PATCH] use iosevka instead of dina and tewi --- applications/alacritty.yml | 4 ++-- emacs/init.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/alacritty.yml b/applications/alacritty.yml index 4cb413d..34e990b 100644 --- a/applications/alacritty.yml +++ b/applications/alacritty.yml @@ -19,9 +19,9 @@ scrolling: font: normal: - family: Dina + family: Iosevka style: Regular - size: 10.0 + size: 12.0 offset: x: 0 y: 0 diff --git a/emacs/init.el b/emacs/init.el index dc85c1c..2488472 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -86,8 +86,8 @@ header-line header-line-highlight)) (set-face-attribute face nil - :family "tewi2a" - :height 90 + :family "Iosevka" + :height 120 :weight 'normal :width 'normal)) (set-face-attribute 'mode-line nil