diff options
| author | Martin <mhaug@live.de> | 2021-03-19 22:36:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 22:36:13 +0100 |
| commit | 6cb9fe9064a037224b6560b69b441b72e787fa94 (patch) | |
| tree | 9a5474758e37199c7a01c6d22383ede225deab4d /tests/typ | |
| parent | 898dc38ec153709929d2513fb9d040dd2c1ce0fe (diff) | |
Text colors 🦩 (#18)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/library/font.typ | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/typ/library/font.typ b/tests/typ/library/font.typ index ecea303f..3e818f19 100644 --- a/tests/typ/library/font.typ +++ b/tests/typ/library/font.typ @@ -31,6 +31,9 @@ Emoji: 🐪, 🌋, 🏞 ∫ 𝛼 + 3𝛽 d𝑡 ] +// Colors. +#font(color: #239DAD)[This is #font(color: #FA644B)[way more] colorful.] + --- // Test top and bottom edge. |
