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.
 
 
 

19 lines
293 B

a {
color: black !important;
}
* {
font-family: IRANSansNumeral !important;
box-sizing: border-box !important;
direction: rtl;
}
@font-face {
font-family: IRANSansNumeral;
src: url(assets/IRANSans/Farsi_numerals/IRANSans\(FaNum\)_Medium.ttf);
}
input:focus{
outline: none;
}