diff options
Diffstat (limited to 'tests/typ/math/content.typ')
| -rw-r--r-- | tests/typ/math/content.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/content.typ b/tests/typ/math/content.typ index dc0ec85c..2e680671 100644 --- a/tests/typ/math/content.typ +++ b/tests/typ/math/content.typ @@ -15,5 +15,5 @@ $ x := #table(columns: 2)[x][y]/mat(1, 2, 3) --- // Test font switch. -#let here = text.with("Noto Sans") +#let here = text.with(font: "Noto Sans") $#here[f] := #here[Hi there]$. |
