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.
27 lines
543 B
27 lines
543 B
* { |
|
box-sizing: border-box !important; |
|
direction: rtl; |
|
font-family: numeralLight; |
|
} |
|
#root { |
|
height: 100vh; |
|
} |
|
@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); |
|
}
|
|
|