summaryrefslogtreecommitdiff
path: root/tests/typ/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-25 19:14:08 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-25 20:04:30 +0100
commit7597b997890647aa0546ec7bfef1eae4e33cedcb (patch)
tree286f2f30fe4814d1b5171ed166c9f162b152ce93 /tests/typ/compute
parent49940fde7398a642f88c444700d482436266909d (diff)
New default style
Diffstat (limited to 'tests/typ/compute')
-rw-r--r--tests/typ/compute/foundations.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/foundations.typ b/tests/typ/compute/foundations.typ
index eb3e7e35..d6c0f82b 100644
--- a/tests/typ/compute/foundations.typ
+++ b/tests/typ/compute/foundations.typ
@@ -54,7 +54,7 @@
#eval("let")
---
-#show raw: it => text("IBM Plex Sans", eval("[" + it.text + "]"))
+#show raw: it => text("PT Sans", eval("[" + it.text + "]"))
Interacting
```