From 601944e179c13db322a8272b5c46683b2e7d58ee Mon Sep 17 00:00:00 2001 From: Jake Wegner Date: Wed, 10 Apr 2024 22:37:37 -0400 Subject: [PATCH] =?UTF-8?q?Work=20around=20vav=20(=D7=95=D6=BA=D6=A3)=20re?= =?UTF-8?q?ndering=20error=20in=20Chrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default Chrome stylesheet uses the Times font which has issues rendering `וֺ֣` on macOS --- WLC/lowfat/hebrew-treedown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/WLC/lowfat/hebrew-treedown.css b/WLC/lowfat/hebrew-treedown.css index abe817e41..c18864207 100644 --- a/WLC/lowfat/hebrew-treedown.css +++ b/WLC/lowfat/hebrew-treedown.css @@ -6,6 +6,7 @@ chapter { padding: 2em; direction: rtl; font-size: 1.5rem; + font-family: "SBLBibLit", "Times New Roman", serif; } milestone { color: blue;