From 899e17e7b49a218cc11ab1df78ea94f511bd451d Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Thu, 23 Apr 2020 07:40:09 +0200 Subject: [PATCH] Use nromal font weight --- bundle/display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/display.el b/bundle/display.el index e35a248e..adab89ab 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -17,7 +17,7 @@ (display-time-mode -1) ; Display time in the mode line (add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window -(add-to-list 'default-frame-alist '(font . "Iosevka Term Medium-13")) +(add-to-list 'default-frame-alist '(font . "Iosevka Term-13")) (when (eq system-type 'gnu/linux) (add-to-list 'default-frame-alist '(undecorated . t)))