Fix bold text in Firefox on macOS

This commit is contained in:
vimux 2019-11-28 12:56:16 -05:00
parent b8d4e82d00
commit 6cc4ac4218
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -45,6 +45,7 @@ body {
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: break-word; overflow-wrap: break-word;
background-color: #1b1b1b; background-color: #1b1b1b;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }