diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:48:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-06 11:48:16 +0100 |
| commit | 2e87dcdbe014a5327395cfcd138b547426a50e6e (patch) | |
| tree | a3d0020ac4dc311aed48a5f6e300f430a3ccc977 /tests | |
| parent | 09d17b4d2168fa09c02749ad20de3693a87ae091 (diff) | |
More fonts
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/math/content.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/microtype.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/tracking-spacing.typ | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/typ/math/content.typ b/tests/typ/math/content.typ index c5a62fb4..b33873d5 100644 --- a/tests/typ/math/content.typ +++ b/tests/typ/math/content.typ @@ -2,7 +2,7 @@ --- // Test images and font fallback. -#let monkey = move(dy: 0.2em, image("/res/monkey.svg", height: 1em)) +#let monkey = move(dy: 0.2em, image("/monkey.svg", height: 1em)) $ sum_(i=#emoji.apple)^#emoji.apple.red i + monkey/2 $ --- 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) טֶקסט |
