First commit

This commit is contained in:
2026-02-19 01:15:36 +03:30
commit a898eccbff
1216 changed files with 189771 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
@font-face {
font-family: IRANSansX;
font-style: normal;
font-weight: 700;
src: url('../fonts/Woff/IRANSansXFaNum-Bold.woff') format('woff'),
url('../fonts/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2');
}
@font-face {
font-family: IRANSansX;
font-style: normal;
font-weight: 400;
src: url('../fonts/Woff/IRANSansXFaNum-Regular.woff') format('woff'),
url('../fonts/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
}
+16
View File
@@ -0,0 +1,16 @@
@import url(iranSansX.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
font-family: IRANSansX !important;
direction: rtl;
background-color: #fff;
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden !important;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}