fix: Font smoothing for firefox
This commit is contained in:
parent
b3ee10db01
commit
897aaf7b6e
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ html {
|
|||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-size: 16px;
|
||||
color: $body-color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue