diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-08 15:08:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-08 15:45:14 +0200 |
| commit | 712c00ecb72b67da2c0788e5d3eb4dcc6366b2a7 (patch) | |
| tree | f5d7ef4341a4728c980d020cc173fa6bb70feaff /tests/typ/style/wrap.typ | |
| parent | 977ac77e6a3298be2644a8231e93acbef9f7f396 (diff) | |
Em units
Diffstat (limited to 'tests/typ/style/wrap.typ')
| -rw-r--r-- | tests/typ/style/wrap.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/style/wrap.typ b/tests/typ/style/wrap.typ index b549f7d0..2a9074cb 100644 --- a/tests/typ/style/wrap.typ +++ b/tests/typ/style/wrap.typ @@ -2,10 +2,10 @@ --- #set page(height: 130pt) -#set text(70%) +#set text(0.7em) #align(center)[ - #text(130%)[*Essay on typography*] \ + #text(1.3em)[*Essay on typography*] \ T. Ypst ] @@ -20,7 +20,7 @@ A [_B #wrap c in [*#c*]; C_] D --- // Test wrap style precedence. -#set text(fill: eastern, size: 150%) +#set text(fill: eastern, size: 1.5em) #wrap body in text(fill: forest, body) Forest |
