quarto-dev / quarto-dev/quarto-cli
`monofont` no longer works since 1.6.27
Open
@cscheid is already working on this.
Since Jun 10, 2025.
brand
bug
html
regression
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
It appears monofont no longer works at least for html (it seems to be a (S)CSS rule issue)
---
format:
html:
monofont: 'Fira Code'
embed-resources: true
---
`inline code`
```r
# This is a comment
print("Hello, World!")
```
- Working on 1.6.26
- Not working on 1.6.27
https://github.com/quarto-dev/quarto-cli/compare/v1.6.26...v1.6.27
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.