From 97f3ea716dbd1874cc19c73cf607d74cc5255a27 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 12 Sep 2016 15:33:42 -0700 Subject: [PATCH] Use normal weight source code pro --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 4ecd32b4..c79b83e6 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3904,7 +3904,7 @@ Set the character used to represent spaces to ยท, and the character used for tab (condition-case _ignored (set-face-attribute 'default nil :font "Source Code Pro") ('error nil)) - (set-face-attribute 'default nil :weight 'semi-bold) + (set-face-attribute 'default nil :weight 'normal) (set-face-attribute 'default nil :height (if (equal system-type 'darwin) 135 110))) (progn