fonts
4 years ago
images
4 years ago
admin-fix.css
4 years ago
admin-fix.min.css
4 years ago
editor-rtl.css
4 years ago
editor.css
4 years ago
editor.min-rtl.css
4 years ago
editor.min.css
4 years ago
gutenberg-jalali-calendar.build.css
4 years ago
jalalidatepicker.css
4 years ago
jalalidatepicker.min.css
4 years ago
jquery-ui.css
4 years ago
settings.css
4 years ago
settings.min.css
4 years ago
timepicki.css
4 years ago
timepicki.min.css
4 years ago
vazir-font.css
4 years ago
vazir-font.min.css
4 years ago
vazir-font.css
72 lines
| 1 | @font-face { |
| 2 | font-family: Vazir; |
| 3 | src: url("../fonts/Vazir-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/Vazir-Bold.woff2') format("woff2"); |
| 12 | font-weight: bold; |
| 13 | font-style: normal; |
| 14 | font-display: swap |
| 15 | } |
| 16 | |
| 17 | body { |
| 18 | font-family: Vazir, tahoma, arial !important |
| 19 | } |
| 20 | |
| 21 | body#tinymce.wp-editor, |
| 22 | .rtl .editor-styles-wrapper, |
| 23 | .rtl .edit-post-visual-editor *, |
| 24 | .rtl .components-notice__content, |
| 25 | #wpseo_meta *, |
| 26 | .edit-post-sidebar *, |
| 27 | #wpbody, .woocommerce-layout *, |
| 28 | #tinymce, |
| 29 | .rtl h1, |
| 30 | .rtl h2, |
| 31 | .rtl h3, |
| 32 | .rtl h4, |
| 33 | .rtl h5, |
| 34 | .rtl h6, |
| 35 | .rtl .media-frame, |
| 36 | .rtl .media-frame .search, |
| 37 | .rtl .media-frame input[type="email"], |
| 38 | .rtl .media-frame input[type="number"], |
| 39 | .rtl .media-frame input[type="password"], |
| 40 | .rtl .media-frame input[type="search"], |
| 41 | .rtl .media-frame input[type="tel"], |
| 42 | .rtl .media-frame input[type="text"], |
| 43 | .rtl .media-frame input[type="url"], |
| 44 | .rtl .media-frame select, |
| 45 | .rtl .media-frame textarea, |
| 46 | .rtl .media-modal{ |
| 47 | font-family: Vazir, tahoma, arial |
| 48 | } |
| 49 | |
| 50 | .edit-post-visual-editor .components-button { |
| 51 | font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important; |
| 52 | font-size: 13px; |
| 53 | } |
| 54 | |
| 55 | .dashicons, |
| 56 | .dashicons-before:before, |
| 57 | .wpseo-metabox-menu ul li span.dashicons:before{ |
| 58 | font-family: dashicons !important; |
| 59 | } |
| 60 | |
| 61 | .wooocommerce-task-card__header p, |
| 62 | .woocommerce-summary__item-label p, |
| 63 | .components-card__header p, |
| 64 | .rtl .quicktags-toolbar input, |
| 65 | .rtl .wp-switch-editor{ |
| 66 | font-family: Vazir, tahoma, arial !important |
| 67 | } |
| 68 | |
| 69 | #tinymce { |
| 70 | font-size: 12px; |
| 71 | } |
| 72 |