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;