Like org-variable-pitch but for Info.
Caveat: Info formatting is quite a bit more chaotic than Org syntax, so this does not produce as perfect a result as org-variable-pitch does for Org. For example, here the code block cannot be reliably detected as a code block.
(straight-use-package '(info-variable-pitch :type git :host github :repo "kisaragi-hiu/info-variable-pitch"))
Then add it to Info-mode-hook
:
(add-hook 'Info-mode-hook #'info-variable-pitch-mode)
This is heavily based on org-variable-pitch. I just looked at how org-variable-pitch does it and adapted it for Info.
org-variable-pitch by Göktuğ Kayaalp is licensed under GPLv3.
This package is also licensed under GPLv3.