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.
 
 
 

39 lines
665 B

* {
box-sizing: border-box !important;
font-family: numeralLight;
}
.ltr {
direction: ltr;
}
.rtl {
direction: rtl;
}
#root {
height: 100vh;
max-width: 100vw !important;
}
.MuiFormLabel-asterisk {
color: red !important;
}
@font-face {
font-family: numeralMedium;
src: url(assets/IRANSans/Farsi_numerals/IRANSans\(FaNum\)_Medium.ttf);
}
@font-face {
font-family: numeralLight;
src: url(assets/IRANSans/Farsi_numerals/IRANSans\(FaNum\).ttf);
}
@font-face {
font-family: numeralMedium;
src: url(assets/IRANSans/IRANSans_Bold.ttf);
}
@font-face {
font-family: numeralUltraLight;
src: url(assets/IRANSans//IRANSans_UltraLight.ttf);
}