mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Fix font smoothing on firefox
This commit is contained in:
parent
71e0c569ac
commit
4a794e1c14
@ -42,6 +42,7 @@ body {
|
||||
margin: 0;
|
||||
font-family: "Rubik", sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: $color-text-primary;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user