Variable: shr-use-fonts
shr-use-fonts is a customizable variable defined in shr.el.gz.
Value
t
Documentation
If non-nil, use proportional fonts for text.
This variable was added, or its default value changed, in Emacs 25.1.
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-use-fonts t
"If non-nil, use proportional fonts for text."
:version "25.1"
:type 'boolean)