quarto-dev / quarto-dev/quarto-cli

brand.yml: html heading sizes do not increase with base size

Open
#13,230 0 comments 0 reactions 2 assignees View on GitHub

@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:

Image

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:

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.