From 94b844a469104ac4ef367f10ce77ca0bbee391c0 Mon Sep 17 00:00:00 2001 From: "Jonathan (JB) Belcher" Date: Wed, 12 Aug 2020 13:15:13 -0400 Subject: [PATCH] Remove Simplenote font from body fixing line height --- 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;