summaryrefslogtreecommitdiff
path: root/tests/typ/insert/square.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-29 16:00:46 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-29 16:00:46 +0200
commitb2fb42cc7019b0269e892c4e39c52557252fecf9 (patch)
tree940b7924a0b44e77821817563818829898dc4c39 /tests/typ/insert/square.typ
parent32a6b673bc4b73ade5863b0166c0779597cede5c (diff)
Make even more use of wide calls
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
]
---