From 83d704a9faeb6a5872ffbf02a2c807569abe54eb Mon Sep 17 00:00:00 2001 From: Kattni Date: Fri, 13 Jun 2025 00:52:10 -0400 Subject: [PATCH] Enable font smoothing. --- assets/static/beeware.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/static/beeware.css b/assets/static/beeware.css index 3aff1fa2b2..1d3914aa40 100644 --- a/assets/static/beeware.css +++ b/assets/static/beeware.css @@ -341,6 +341,11 @@ blockquote { /*---------------------------------------------------- Navigation menu styles --------------------------------------------------- */ +body { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + .dropdown-pull-right { float: right !important; right: 0;