From 073effc7407bd314beea09ac8f83e809bdb10497 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 9 Sep 2023 22:31:37 +0200 Subject: Fix font family mismatch between Typst and usvg Fixes #2051 --- tests/typ/bugs/new-cm-svg.typ | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/typ/bugs/new-cm-svg.typ (limited to 'tests/typ/bugs') diff --git a/tests/typ/bugs/new-cm-svg.typ b/tests/typ/bugs/new-cm-svg.typ new file mode 100644 index 00000000..06cd4532 --- /dev/null +++ b/tests/typ/bugs/new-cm-svg.typ @@ -0,0 +1,2 @@ +#set text(font: "New Computer Modern") +#image("/files/diagram.svg") -- cgit v1.2.3