From 737e84a5b0e15e68e70f0de18855338a64b95ab1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 31 Mar 2024 09:47:39 +0200 Subject: [PATCH] Use monspace font --- bundle/bundle--news.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--news.el b/bundle/bundle--news.el index b78a574d..92351401 100644 --- a/bundle/bundle--news.el +++ b/bundle/bundle--news.el @@ -4,7 +4,7 @@ (add-hook 'eww-after-render-hook #'shrface-mode) :custom (shr-use-colors nil) - (shr-use-fonts t) + (shr-use-fonts nil) (shr-inhibit-images t) (shr-cookie-policy nil) (browse-url-browser-function (quote eww-browse-url))