summaryrefslogtreecommitdiff
path: root/tests/typ/insert/square.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/insert/square.typ')
-rw-r--r--tests/typ/insert/square.typ4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/typ/insert/square.typ b/tests/typ/insert/square.typ
index f7e1e09e..4dd8964f 100644
--- a/tests/typ/insert/square.typ
+++ b/tests/typ/insert/square.typ
@@ -4,7 +4,9 @@
Auto-sized square. \
#square(fill: eastern)[
#align!(center)
- #pad(5pt, font(color: #fff, weight: bold)[Typst])
+ #pad!(5pt)
+ #font!(color: #fff, weight: bold)
+ Typst
]
---