aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/.env2
-rw-r--r--modern/public/styles.css5
-rw-r--r--modern/src/theme/index.js4
3 files changed, 1 insertions, 10 deletions
diff --git a/modern/.env b/modern/.env
index 209ce89..69efd74 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 aca9e46..147c3e3 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 bce3960..dc0a35b 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;