diff options
Diffstat (limited to 'tests/typ/compute')
| -rw-r--r-- | tests/typ/compute/foundations.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/foundations.typ b/tests/typ/compute/foundations.typ index d6c0f82b..c74a4cd6 100644 --- a/tests/typ/compute/foundations.typ +++ b/tests/typ/compute/foundations.typ @@ -54,7 +54,7 @@ #eval("let") --- -#show raw: it => text("PT Sans", eval("[" + it.text + "]")) +#show raw: it => text(font: "PT Sans", eval("[" + it.text + "]")) Interacting ``` |
