From 70edb87027ad526554df9eafb326290bfe56d96c Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 13 Mar 2019 17:56:38 +0300 Subject: [PATCH] zwj workaround When wpgetting https://en.wikipedia.org/wiki/Windows_10 the produced pdf was choke-full of ZWJ tofu, this is a workaround. I don't quite understand what's going on here to be honest. --- misc/wikipedia/wiki2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/wikipedia/wiki2.css b/misc/wikipedia/wiki2.css index 34dd784..ea84127 100644 --- a/misc/wikipedia/wiki2.css +++ b/misc/wikipedia/wiki2.css @@ -39,7 +39,8 @@ /* basic style settings*/ body { - font: 14pt/1.3 "pt astra serif", "alegreya", "El Messiri", "unifont"; + font: 14pt/1.3 "pt astra serif", "alegreya", "El Messiri", "symbola", + "unifont"; prince-linebreak-magic: auto; hyphens: auto; text-align: justify; -- 2.11.4.GIT