diff options
author | Eric Bailey <git@esb.lol> | 2024-01-30 17:09:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 15:09:43 -0800 |
commit | 68639db76f94e12134148cfb56e36c5f31efad28 (patch) | |
tree | bf7904378e6deea21b5b0b1cf7d5678959e6b940 /bskyweb/templates/base.html | |
parent | 2ce9ab7da0bf59b0380c9ed995c1d554185131ea (diff) | |
download | voidsky-68639db76f94e12134148cfb56e36c5f31efad28.tar.zst |
Fix chrome font weight rendering (#2694)
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r-- | bskyweb/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 4fb3a2095..cd046b3bd 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -99,6 +99,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; + font-synthesis-weight: none; } /* Remove default link styling */ |