diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 4603522..612c4f6 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,13 @@ /* RALLY THE TROOPS - MAIN SITE STYLE */ +html { + image-rendering: -webkit-optimize-contrast; /* try to fix chromium's terrible image rescaling */ + image-rendering: high-quality; + text-size-adjust: none; /* should disable font boosting - but has no effect ... */ +} + +* { max-height: 100000px; /* disable chrome's "font boosting" algorithm */ } + :root { --font-normal: "Source Serif", "Georgia", "Noto Emoji", "Dingbats", serif; --font-small: "Source Serif SmText", "Georgia", "Noto Emoji", "Dingbats", serif; |