aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrahighi <rahighi>2021-08-26 12:07:45 +0430
committerrahighi <rahighi>2021-08-26 12:07:45 +0430
commitb18da8ebebca5d40fb58fa270530cb9b048ff6ec (patch)
tree6223e2efaf8a4f1fb12162c30d4c4559877c78cd
parenteed89f02a9219417fa5f94c0d6c08f5981d23823 (diff)
downloadetbsa-traccar-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.tar.gz
etbsa-traccar-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.tar.bz2
etbsa-traccar-web-b18da8ebebca5d40fb58fa270530cb9b048ff6ec.zip
removed font styles
-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;