On 12/25/2015 11:51 PM, Lars Ingebrigtsen wrote: > Clément Pit--Claudel writes: > >> I do not know how to do this, but it sounds like a convenient >> solution! How does one tell shr to apply a particular font to its >> target (all that I know of is `shr-target-id', which seems to insert a >> '*')? > > Look at `shr-tag-h1', for instance, and create whatever similar version > of that you want by overriding with `shr-external-rendering-functions'. That sounds like a great idea, actually. And I guess I can get the id of the current element to check it against the target id using (equal (dom-attr dom 'id) TARGET-ID). I'll try that!