Change font of Quarto ‘term’ when rendering to HTML using custom .css
I’m building a template .css
for my brand which will be used by Quarto to render HTML docs. This page shows how to insert a term
(scroll down to the bottom of Lists
). In the rendered HTML, the term
appears in a default font, but I would like to see it in the regular paragraph font.
How to make a sticky sidebar with Quarto and HTML
I am using quarto to render a static html file and I am using both a tabset panel layout, in which I have also put a sidebar panel (https://quarto.org/docs/interactive/layout.html#sidebar-panel).