all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40508: 26.2; shr does not make h1 tag larger if variable-pitch font is set
@ 2020-04-08 14:37 ndame
  2020-07-17 14:24 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: ndame @ 2020-04-08 14:37 UTC (permalink / raw)
  To: 40508

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

If you change the font of the default variable-pitch face

(set-face-font 'variable-pitch "Arial-15")

then shr renders h1 tags as regular size text.

This is because variable-pitch is listed first in the face  setting and
if it is set with size then it overrides the settings coming later:

(defun shr-tag-h1 (dom)
  (shr-heading dom (if shr-use-fonts
               '(variable-pitch (:height 1.3 :weight bold))
             'bold)))
 

[-- Attachment #2: Type: text/html, Size: 634 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-29  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08 14:37 bug#40508: 26.2; shr does not make h1 tag larger if variable-pitch font is set ndame
2020-07-17 14:24 ` Lars Ingebrigtsen
2020-07-29  7:49   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.