From 4a794e1c149c03631f78dad9045f795365ab3331 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 27 Feb 2017 12:44:19 -0800 Subject: [PATCH] Fix font smoothing on firefox --- style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/style.scss b/style.scss index 7fc9693..9f08a5d 100644 --- a/style.scss +++ b/style.scss @@ -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; }