Skip to content

Documentation should not suggest fallback: false for Typst #13982

@mcanouil

Description

@mcanouil

What would you like to do?

Report an issue on quarto.org

Description

From https://quarto.org/docs/advanced/typst/brand-yaml.html#missing-fonts-in-typst

The documentation suggests to use #set text(fallback: false), but it really shouldn't as it will break callouts icons which needs this to properly display the icon from the FontAwesome font.

See, the example below where Typst shows a tofu box (☒) instead of falling back to other fonts, namely the fontawesome one.

---
format: typst
---

```{=typst}
#set text(fallback: false)
```

::: {.callout-note}

{{< lipsum 1 >}}

:::

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationDoc improvements & quarto-web

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions