admin-fix.css
3 weeks ago
admin-fix.min.css
3 weeks ago
admin-style.css
3 weeks ago
admin-style.css.map
3 weeks ago
admin-style.min.css
3 weeks ago
admin-style.min.css.map
3 weeks ago
dashboard.css
3 weeks ago
dashboard.css.map
3 weeks ago
dashboard.min.css
3 weeks ago
dashboard.min.css.map
3 weeks ago
gutenberg-jalali-calendar.build.css
3 weeks ago
jalalidatepicker.css
3 weeks ago
jalalidatepicker.min.css
3 weeks ago
keen-slider.css
3 weeks ago
keen-slider.min.css
3 weeks ago
tinymce-editor-rtl.css
3 weeks ago
tinymce-editor.css
3 weeks ago
tinymce-editor.min-rtl.css
3 weeks ago
tinymce-editor.min.css
3 weeks ago
vazir-font.css
3 weeks ago
vazir-font.css.map
3 weeks ago
vazir-font.min.css
3 weeks ago
vazir-font.min.css.map
3 weeks ago
tinymce-editor-rtl.css
47 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#tinymce.wp-editor.content p, |
| 18 | body#tinymce.wp-editor.content ol, |
| 19 | body#tinymce.wp-editor.content ul, |
| 20 | body#tinymce.wp-editor.content dl, |
| 21 | body#tinymce.wp-editor.content dt { |
| 22 | font-family: Vazir, tahoma, arial, serif !important; |
| 23 | } |
| 24 | |
| 25 | body, |
| 26 | #tinymce { |
| 27 | font-family: Vazir, tahoma, arial, serif !important; |
| 28 | direction: rtl; |
| 29 | font-size: 1.2rem; |
| 30 | line-height: 1.7 |
| 31 | } |
| 32 | |
| 33 | p { |
| 34 | margin-top: 13px; |
| 35 | margin-bottom: 13px |
| 36 | } |
| 37 | |
| 38 | h1, |
| 39 | h2, |
| 40 | h3, |
| 41 | h4, |
| 42 | h5, |
| 43 | h6 { |
| 44 | margin-top: 15px; |
| 45 | margin-bottom: 15px |
| 46 | } |
| 47 |