From f705511a4fdac97da2b08ec8558fd6c2482dcaac Mon Sep 17 00:00:00 2001 From: Juicysteak117 <20595808+Juicysteak117@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:46:56 -0700 Subject: [PATCH] justified + removed ligatures to resolve rendering oddities --- export/pghrtcss.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/export/pghrtcss.css b/export/pghrtcss.css index fb15dd3..6324dcd 100644 --- a/export/pghrtcss.css +++ b/export/pghrtcss.css @@ -23,6 +23,7 @@ body { padding: 0 0px 0 0; margin: 0; font-size: 17px; + font-variant-ligatures: none; } .ltx_TOC a:link, .ltx_TOC a:visited, .ltx_p a:link, .ltx_p a:visited { color: blue !important; } @@ -58,7 +59,7 @@ body { .ltx_tocentry { padding-left: 20px } .ltx_title_contents {text-align:center; font-size: 120%; font-weight:bold; margin-top: 1em; margin-bottom: 1em; } .ltx_tag_section { margin-right: .5em } -.ltx_p { line-height: 1.4; } +.ltx_p { line-height: 1.4; text-align: justify; } .ltx_tocentry_section { cursor: pointer;