From 257738ac86a4738393e610599da93b9c13847e0f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 18 Dec 2018 15:01:21 +0100 Subject: [PATCH] put back font family names --- src/support/styles/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/support/styles/index.js b/src/support/styles/index.js index f3ad60ce..a862d9bd 100644 --- a/src/support/styles/index.js +++ b/src/support/styles/index.js @@ -11,8 +11,7 @@ const baseStyles = createGlobalStyle` width: 100%; height: 100%; position: relative; - /* font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */ - font-family: "Roboto", Arial, sans-serif; + font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-weight: ${FONT_WEIGHT.NORMAL}; font-size: 14px; color: ${colors.TEXT};