diff options
-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; |