fonts
1 year ago
images
1 year ago
admin-fix.css
1 year ago
admin-fix.min.css
1 year ago
dashboard.css
1 year ago
dashboard.min.css
1 year ago
editor-rtl.css
1 year ago
editor-rtl.min.css
1 year ago
editor.css
1 year ago
editor.min.css
1 year ago
gutenberg-jalali-calendar.build.css
1 year ago
jalalidatepicker.css
1 year ago
jalalidatepicker.min.css
1 year ago
jquery-ui.css
1 year ago
jquery-ui.min.css
1 year ago
keen-slider.css
1 year ago
keen-slider.min.css
1 year ago
settings.css
1 year ago
settings.min.css
1 year ago
timepicki.css
1 year ago
timepicki.min.css
1 year ago
vazir-font.css
1 year ago
vazir-font.min.css
1 year ago
editor-rtl.css
38 lines
| 1 | @font-face { |
| 2 | font-family: Vazir; |
| 3 | src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2"); |
| 4 | font-weight: normal; |
| 5 | font-style: normal; |
| 6 | font-display: swap |
| 7 | } |
| 8 | |
| 9 | @font-face { |
| 10 | font-family: Vazir; |
| 11 | src: url('../fonts/Vazirmatn-Bold.woff2') format("woff2"); |
| 12 | font-weight: bold; |
| 13 | font-style: normal; |
| 14 | font-display: swap |
| 15 | } |
| 16 | |
| 17 | body, |
| 18 | #tinymce { |
| 19 | font-family: Vazir, tahoma, arial, serif; |
| 20 | direction: rtl; |
| 21 | font-size: 15px; |
| 22 | line-height: 1.7 |
| 23 | } |
| 24 | |
| 25 | p { |
| 26 | margin-top: 13px; |
| 27 | margin-bottom: 13px |
| 28 | } |
| 29 | |
| 30 | h1, |
| 31 | h2, |
| 32 | h3, |
| 33 | h4, |
| 34 | h5, |
| 35 | h6 { |
| 36 | margin-top: 15px; |
| 37 | margin-bottom: 15px |
| 38 | } |