summaryrefslogtreecommitdiff
path: root/tests/suite/layout
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-30 17:19:22 +0200
committerGitHub <noreply@github.com>2024-09-30 15:19:22 +0000
commit7ff83db757330899576b50b87968ca86f2539f7b (patch)
tree73a779808e84edec1539a07f49b8123b8424da59 /tests/suite/layout
parentd94acd615e5bde7f6d131be351e145477e515721 (diff)
Change default font to Libertinus Serif (#4969)
Diffstat (limited to 'tests/suite/layout')
-rw-r--r--tests/suite/layout/columns.typ2
-rw-r--r--tests/suite/layout/inline/bidi.typ2
-rw-r--r--tests/suite/layout/inline/justify.typ2
-rw-r--r--tests/suite/layout/inline/shaping.typ6
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/suite/layout/columns.typ b/tests/suite/layout/columns.typ
index b86b798b..714651e8 100644
--- a/tests/suite/layout/columns.typ
+++ b/tests/suite/layout/columns.typ
@@ -3,7 +3,7 @@
--- columns-rtl ---
// Test normal operation and RTL directions.
#set page(height: 3.25cm, width: 7.05cm, columns: 2)
-#set text(lang: "ar", font: ("Noto Sans Arabic", "Linux Libertine"))
+#set text(lang: "ar", font: ("Noto Sans Arabic", "Libertinus Serif"))
#set columns(gutter: 30pt)
#box(fill: conifer, height: 8pt, width: 6pt) وتحفيز
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 ---