diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-30 17:19:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 15:19:22 +0000 |
| commit | 7ff83db757330899576b50b87968ca86f2539f7b (patch) | |
| tree | 73a779808e84edec1539a07f49b8123b8424da59 /tests/suite/layout/inline | |
| parent | d94acd615e5bde7f6d131be351e145477e515721 (diff) | |
Change default font to Libertinus Serif (#4969)
Diffstat (limited to 'tests/suite/layout/inline')
| -rw-r--r-- | tests/suite/layout/inline/bidi.typ | 2 | ||||
| -rw-r--r-- | tests/suite/layout/inline/justify.typ | 2 | ||||
| -rw-r--r-- | tests/suite/layout/inline/shaping.typ | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/suite/layout/inline/bidi.typ b/tests/suite/layout/inline/bidi.typ index 7da23b41..5bdb470c 100644 --- a/tests/suite/layout/inline/bidi.typ +++ b/tests/suite/layout/inline/bidi.typ @@ -18,7 +18,7 @@ // Test that consecutive, embedded RTL runs stay RTL. // Here, we have three runs: "גֶ", bold "שֶׁ", and "ם". #let content = par[Aגֶ#strong[שֶׁ]םB] -#set text(font: ("Linux Libertine", "Noto Serif Hebrew")) +#set text(font: ("Libertinus Serif", "Noto Serif Hebrew")) #text(lang: "he", content) #text(lang: "de", content) diff --git a/tests/suite/layout/inline/justify.typ b/tests/suite/layout/inline/justify.typ index 83fbd057..576f8519 100644 --- a/tests/suite/layout/inline/justify.typ +++ b/tests/suite/layout/inline/justify.typ @@ -109,7 +109,7 @@ int main() { // Japanese typography is more complex, make sure it is at least a bit sensible. #set page(width: auto) #set par(justify: true) -#set text(lang: "ja", font: ("Linux Libertine", "Noto Serif CJK JP")) +#set text(lang: "ja", font: ("Libertinus Serif", "Noto Serif CJK JP")) #rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[ ウィキペディア(英: Wikipedia)は、世界中のボランティアの共同作業によって執筆及び作成されるフリーの多言語インターネット百科事典である。主に寄付に依って活動している非営利団体「ウィキメディア財団」が所有・運営している。 diff --git a/tests/suite/layout/inline/shaping.typ b/tests/suite/layout/inline/shaping.typ index ec93eb47..dc73100b 100644 --- a/tests/suite/layout/inline/shaping.typ +++ b/tests/suite/layout/inline/shaping.typ @@ -2,7 +2,7 @@ --- shaping-script-separation --- // Test separation by script. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari")) +#set text(font: ("Libertinus Serif", "IBM Plex Sans Devanagari")) ABCअपार्टमेंट // This is how it should look like. @@ -14,12 +14,12 @@ ABCअपार्टमेंट --- shaping-forced-script-font-feature-inhibited --- // A forced `latn` script inhibits Devanagari font features. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari"), script: "latn") +#set text(font: ("Libertinus Serif", "IBM Plex Sans Devanagari"), script: "latn") ABCअपार्टमेंट --- shaping-forced-script-font-feature-enabled --- // A forced `deva` script enables Devanagari font features. -#set text(font: ("Linux Libertine", "IBM Plex Sans Devanagari"), script: "deva") +#set text(font: ("Libertinus Serif", "IBM Plex Sans Devanagari"), script: "deva") ABCअपार्टमेंट --- issue-rtl-safe-to-break-panic --- |
