From ffcd39b08aaafb8dc5a4e91ab7e4b04b11726c81 Mon Sep 17 00:00:00 2001 From: rashmithakkar Date: Fri, 18 Oct 2019 11:15:55 +0530 Subject: [PATCH] common:changed sequence font --- src/styles/def/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/def/common.scss b/src/styles/def/common.scss index e32cbe5ea..1a9f97062 100644 --- a/src/styles/def/common.scss +++ b/src/styles/def/common.scss @@ -58,7 +58,7 @@ html { } body { - font-family: Roboto,Verdana,sans-serif, Helvetica,Aria,Trebuchet MS; + font-family: Roboto,Verdana,sans-serif, Helvetica,Arial,Trebuchet MS; background-image: $appBackgroundImage; }