fix: font anti aliasing
This commit is contained in:
parent
166dac4841
commit
bc5fccc494
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ html {
|
|||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: $body-color;
|
||||
|
||||
&.full-width {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue