From 9253695f8d8e6bd7c3d52a93dcfc8f420e35b0b1 Mon Sep 17 00:00:00 2001 From: "Gautam krishna.R" Date: Fri, 4 Aug 2017 15:23:51 +0530 Subject: [PATCH 1/3] Extended system font list fixes:#408 --- public/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/main.css b/public/main.css index 0960ea61..38c0fbac 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, 'SF Pro Text', Helvetica, - Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue', + helvetica, ubuntu, roboto, noto, arial, sans-serif; font-weight: 200; background-size: 110%; background-repeat: no-repeat; @@ -13,6 +13,8 @@ html { } body { + font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue', + helvetica, ubuntu, roboto, noto, arial, sans-serif; display: flex; flex-direction: column; margin: 0; From 73352326809eed3fec31234de51f1bb53ec70c4a Mon Sep 17 00:00:00 2001 From: "Gautam krishna.R" Date: Fri, 4 Aug 2017 22:49:03 +0530 Subject: [PATCH 2/3] 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; From c8f7e602597f60cf40bbebfc96ac96766e286426 Mon Sep 17 00:00:00 2001 From: gautamkrishnar Date: Sat, 5 Aug 2017 12:59:00 +0530 Subject: [PATCH 3/3] fixed lint errors --- public/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/main.css b/public/main.css index e63bceee..b7f2b744 100644 --- a/public/main.css +++ b/public/main.css @@ -1,7 +1,7 @@ /*** index.html ***/ html { background: url('resources/send_bg.svg'); - font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui', + 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%;