mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix bold text in Firefox on macOS
This commit is contained in:
parent
b8d4e82d00
commit
6cc4ac4218
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue