From 0d65e887af5ea75f4b23b93792cca9dc732e06c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 21 Jul 2020 22:13:49 +0200 Subject: [PATCH] add font Iosevka --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index dae3baf..4cc1684 100644 --- a/init.el +++ b/init.el @@ -1130,7 +1130,7 @@ inserted between the braces between the braces." ;;; ### Easy switching between some fonts ### (setq my-font-list '("Fantasque Sans Mono" "Go mono" "IBM 3270" - "Inconsolata" "Monofur" "Monoid" "mononoki")) + "Inconsolata" "Iosevka" "Monofur" "Monoid" "mononoki")) (defun my-set-frame-font (font-name size &optional frames) "Set font to one of the fonts from `my-font-list'