diff options
author | rahighi <rahighi> | 2021-08-26 12:07:45 +0430 |
---|---|---|
committer | rahighi <rahighi> | 2021-08-26 12:07:45 +0430 |
commit | b18da8ebebca5d40fb58fa270530cb9b048ff6ec (patch) | |
tree | 6223e2efaf8a4f1fb12162c30d4c4559877c78cd | |
parent | eed89f02a9219417fa5f94c0d6c08f5981d23823 (diff) | |
download | trackermap-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.tar.gz trackermap-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.tar.bz2 trackermap-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.zip |
removed font styles
-rw-r--r-- | modern/.env | 2 | ||||
-rw-r--r-- | modern/public/styles.css | 5 | ||||
-rw-r--r-- | modern/src/theme/index.js | 4 |
3 files changed, 1 insertions, 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; |