diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-05 19:19:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-05 19:19:55 +0200 |
| commit | 4ff1519bead4115e4b73d490f6923ebb589b62c1 (patch) | |
| tree | d6e5699ef64ad74234b58de227e151ee26f0d9a7 /tests/typ/text | |
| parent | dcdcf53831aa477b575c9e6ab37eb64f14317c74 (diff) | |
Fill shorthand for font function
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/font.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/font.typ b/tests/typ/text/font.typ index 9b60d51c..3c8fcaf1 100644 --- a/tests/typ/text/font.typ +++ b/tests/typ/text/font.typ @@ -30,7 +30,7 @@ Emoji: 🐪, 🌋, 🏞 // Colors. [ #font(fill: eastern) - This is #font(fill: rgb("FA644B"))[way more] colorful. + This is #font(rgb("FA644B"))[way more] colorful. ] // Disable font fallback beyond the user-specified list. |
