From eed4f1bd612225ab446c2cb0b6bfe3915cc92e2a Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 13 Dec 2018 17:52:50 +0100 Subject: [PATCH] prefer Roboto font instead of system fonts --- src/support/styles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/styles/index.js b/src/support/styles/index.js index 9d78763c..daef96c3 100644 --- a/src/support/styles/index.js +++ b/src/support/styles/index.js @@ -11,7 +11,7 @@ const baseStyles = createGlobalStyle` width: 100%; height: 100%; position: relative; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", 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};