From 68639db76f94e12134148cfb56e36c5f31efad28 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 30 Jan 2024 17:09:43 -0600 Subject: Fix chrome font weight rendering (#2694) --- bskyweb/templates/base.html | 1 + web/index.html | 1 + 2 files changed, 2 insertions(+) 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 */ diff --git a/web/index.html b/web/index.html index 7dd0e1a72..56ab71f88 100644 --- a/web/index.html +++ b/web/index.html @@ -103,6 +103,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; + font-synthesis-weight: none; } /* Remove default link styling */ -- cgit 1.4.1