You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.0 KiB
53 lines
1.0 KiB
|
|
@import "assets/IRANSans/WebFonts/css/fontiran.css"; |
|
|
|
body { |
|
margin: 0; |
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
|
sans-serif; |
|
-webkit-font-smoothing: antialiased; |
|
-moz-osx-font-smoothing: grayscale; |
|
} |
|
|
|
body::-webkit-scrollbar{ |
|
display: none; |
|
width: 0px; |
|
} |
|
|
|
code { |
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
|
monospace; |
|
} |
|
|
|
*{ |
|
font-family: IRANSansNumeralLight; |
|
box-sizing: border-box !important; |
|
} |
|
|
|
@font-face { |
|
font-family: IRANSansNumeralLight; |
|
src: url(assets/IRANSans/Farsi_numerals/light.ttf); |
|
} |
|
|
|
@font-face { |
|
font-family: IRANSansNumeralBold; |
|
src: url(assets/IRANSans/Farsi_numerals/Bold.ttf); |
|
} |
|
.MuiInputBase-input{ |
|
font-family: IRANSansNumeralLight !important; |
|
} |
|
input::-webkit-outer-spin-button, |
|
input::-webkit-inner-spin-button { |
|
-webkit-appearance: none; |
|
margin: 0; |
|
} |
|
|
|
/* Firefox */ |
|
input[type=number] { |
|
-moz-appearance: textfield; |
|
} |
|
|
|
a { |
|
color : black; |
|
} |