diff options
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/microtype.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/tracking-spacing.typ | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/text/microtype.typ b/tests/typ/text/microtype.typ index 69b50500..fc15ec07 100644 --- a/tests/typ/text/microtype.typ +++ b/tests/typ/text/microtype.typ @@ -12,7 +12,7 @@ ] // Test hanging punctuation with RTL. -#set text(lang: "he") +#set text(lang: "he", "IBM Plex Sans", "Noto Serif Hebrew") בנייה נכונה של משפטים ארוכים דורשת ידע בשפה. אז בואו נדבר על מזג האוויר. --- diff --git a/tests/typ/text/tracking-spacing.typ b/tests/typ/text/tracking-spacing.typ index b938af36..e0bd2696 100644 --- a/tests/typ/text/tracking-spacing.typ +++ b/tests/typ/text/tracking-spacing.typ @@ -11,6 +11,7 @@ I'm in#text(tracking: 0.15em + 1.5pt)[ spaace]! --- // Test that tracking doesn't disrupt mark placement. +#set text("IBM Plex Sans", "Noto Serif Hebrew") #set text(tracking: 0.3em) טֶקסט |
