diff options
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/heading.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/heading.typ b/tests/typ/meta/heading.typ index 8e87db3f..992c0bb4 100644 --- a/tests/typ/meta/heading.typ +++ b/tests/typ/meta/heading.typ @@ -38,7 +38,7 @@ multiline. --- // Test styling. #show heading.where(level: 5): it => block( - text(family: "Roboto", fill: eastern, it.title + [!]) + text(font: "Roboto", fill: eastern, it.title + [!]) ) = Heading |
