Commit 4a794e1c authored by Cole Bemis's avatar Cole Bemis

Fix font smoothing on firefox

parent 71e0c569
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment