diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 12:49:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 13:21:31 +0200 |
| commit | ba5622b7b90b23e61942a9f4e6460bf9ea0b4bc8 (patch) | |
| tree | 374c326c7375094f370165e47dbe24dd01f16c11 /tests/typ/text | |
| parent | 507c5fc92563560426db0d86c0348880b0493467 (diff) | |
Move smallcaps into separate function
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/features.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/features.typ b/tests/typ/text/features.typ index 3d1ad6dc..739230c9 100644 --- a/tests/typ/text/features.typ +++ b/tests/typ/text/features.typ @@ -8,7 +8,7 @@ --- // Test smallcaps. #set text("Roboto") -#text(smallcaps: true)[Smallcaps] +#smallcaps[Smallcaps] --- // Test alternates and stylistic sets. |
