From b18da8ebebca5d40fb58fa270530cb9b048ff6ec Mon Sep 17 00:00:00 2001 From: rahighi Date: Thu, 26 Aug 2021 12:07:45 +0430 Subject: removed font styles --- modern/.env | 2 +- modern/public/styles.css | 5 ----- modern/src/theme/index.js | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/modern/.env b/modern/.env index 209ce898..69efd744 100644 --- a/modern/.env +++ b/modern/.env @@ -1,2 +1,2 @@ SKIP_PREFLIGHT_CHECK=true -REACT_APP_URL_NAME='192.168.1.105:8082' +REACT_APP_URL_NAME='localhost:8082' diff --git a/modern/public/styles.css b/modern/public/styles.css index aca9e464..147c3e3f 100644 --- a/modern/public/styles.css +++ b/modern/public/styles.css @@ -14,8 +14,3 @@ canvas { .maplibregl-popup { max-width: 330px !important; } - -@font-face { - font-family: IranSans; - src: url('fonts/IRANSansWeb\(FaNum\).ttf'); -} \ No newline at end of file diff --git a/modern/src/theme/index.js b/modern/src/theme/index.js index bce3960b..dc0a35bf 100644 --- a/modern/src/theme/index.js +++ b/modern/src/theme/index.js @@ -7,10 +7,6 @@ const theme = createMuiTheme({ palette, overrides, dimensions, - typography : { - fontFamily : 'IranSans' - } - // direction : 'rtl' }); export default theme; -- cgit v1.2.3