[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-humanities] Optical Size Adjustment of Variable Fonts in Emac
From: |
Oliver Taylor |
Subject: |
Re: [emacs-humanities] Optical Size Adjustment of Variable Fonts in Emacs |
Date: |
Fri, 9 Apr 2021 06:32:00 -0700 |
> On Apr 8, 2021, at 11:05 PM, Protesilaos Stavrou <info@protesilaos.com> wrote:
>
> That is controlled by the built-in Simple HTML Renderer (shr.el),
> specifically the variable 'shr-use-fonts' which is set to non-nil by
> default. Both Elfeed and EWW use variable-pitch because of that.
Good clarification, thank you, I’ll include a note about that.
>> I’ve never created a package before and I’m sure my code could do with a
>> great deal of improvement/standardization.
>
> No worries: the linter will help you address packaging-related issues.
> Below I append an Elisp package template that you can use.
Thank you for your notes/feedback, I’ll take a closer look.