quarto-dev / quarto-dev/quarto-cli
brand.yml: html heading sizes do not increase with base size
Open
@cscheid is already working on this.
Since Aug 17, 2025.
brand
bug
html
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
I want to blow up all of my text to produce nice screenshots for slides in a demo.
So I tried
typography:
base:
family: Helvetica Neue
size: 32px
headings:
family: American Typewriter
color: '#11226d'
Now the main text is bigger than the headings:
brand.yml expressly disallows size on headings.
So it seems the intention must be that headings respond to base size.
We should check what the Shiny implementation of brand.yml is doing here.
In the Typst implementation, base means the base of all text:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.