From fb2f2481adb8194c0a511aba9aa95e06119100c9 Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Fri, 14 Aug 2020 11:35:33 -0400 Subject: [PATCH] Remove Simplenote font from body fixing line height (#2274) --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 6afbd4ae5..b227ddc60 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,5 +1,5 @@ -$sans: 'Simplenote Tasks', -apple-system, 'Segoe UI', 'Roboto', 'Oxygen-Sans', - 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; +$sans: -apple-system, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', + 'Helvetica Neue', sans-serif; $normal: 400; $bold: 600; $light: 300;