From 23d108c8e099798dc4d35ce9cbcd3e37fb50f3b2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 2 Apr 2022 21:55:25 +0200 Subject: Font fallback --- tests/typ/layout/columns.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/layout') diff --git a/tests/typ/layout/columns.typ b/tests/typ/layout/columns.typ index 7868ac39..0a585868 100644 --- a/tests/typ/layout/columns.typ +++ b/tests/typ/layout/columns.typ @@ -4,7 +4,7 @@ // Test normal operation and RTL directions. #set page(height: 3.25cm, width: 7.05cm, columns: 2) #set columns(gutter: 30pt) -#set text("Noto Sans Arabic", serif) +#set text("Noto Sans Arabic", "IBM Plex Serif") #set par(lang: "ar") #rect(fill: conifer, height: 8pt, width: 6pt) وتحفيز -- cgit v1.2.3