Skip to content

Commit 63be508

Browse files
authored
Enable font smoothing. (#664)
1 parent 48ee32d commit 63be508

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/static/beeware.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ blockquote {
341341
/*----------------------------------------------------
342342
Navigation menu styles
343343
--------------------------------------------------- */
344+
body {
345+
-webkit-font-smoothing: antialiased;
346+
-moz-osx-font-smoothing: grayscale;
347+
}
348+
344349
.dropdown-pull-right {
345350
float: right !important;
346351
right: 0;

0 commit comments

Comments
 (0)