From 73352326809eed3fec31234de51f1bb53ec70c4a Mon Sep 17 00:00:00 2001 From: "Gautam krishna.R" Date: Fri, 4 Aug 2017 22:49:03 +0530 Subject: [PATCH] fixed missing font --- public/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/main.css b/public/main.css index 38c0fbac..e63bceee 100644 --- a/public/main.css +++ b/public/main.css @@ -1,8 +1,8 @@ /*** index.html ***/ html { background: url('resources/send_bg.svg'); - font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue', - helvetica, ubuntu, roboto, noto, arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui', + 'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif; font-weight: 200; background-size: 110%; background-repeat: no-repeat; @@ -13,8 +13,8 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue', - helvetica, ubuntu, roboto, noto, arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui', + 'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif; display: flex; flex-direction: column; margin: 0;