diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-09-30 22:46:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-09-30 22:50:14 +0200 |
| commit | 2818ceee44a523308d83643b8d2f921b4a5e5d2e (patch) | |
| tree | 7578dd2e354e64c0265cc6e736828e5803d38762 /tests/typ/layout | |
| parent | 30f302f7ffc464b41f1ac3b6d8fc6b4214835549 (diff) | |
New default fonts
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/grid-3.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/layout/grid-3.typ b/tests/typ/layout/grid-3.typ index 59abd5c7..23c5a43c 100644 --- a/tests/typ/layout/grid-3.typ +++ b/tests/typ/layout/grid-3.typ @@ -5,9 +5,9 @@ #grid( columns: 2, gutter-rows: 3 * (8pt,), - [Lorem ipsum dolor sit amet, consectetuer adipiscing elit. + [Lorem ipsum dolor sit amet. - Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis.], + Aenean commodo ligula eget dolor. Aenean massa. Penatibus et magnis.], [Text that is rather short], [Fireflies], [Critical], @@ -71,7 +71,7 @@ [foo], rect(height: 100%, width: 100%, fill: rgb("fc0030"))[Still no height], [bar], - [The nature of being itself is in question. Am I One? Am I Many? What is being alive?], + [The nature of being itself is in question. Am I One? What is being alive?], [baz], [The answer], [42], |
