PluginProbe ʕ •ᴥ•ʔ
پارسی دیت – Parsi Date / 4.0.0
پارسی دیت – Parsi Date v4.0.0
6.2.1 6.2 6.1 5.1.6 5.1.7 5.1.8 5.1.8.2 6.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.0.0-alpha 2.1 2.1.1 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0.1 2.3.0.2 2.3.1 2.3.2 2.3.3 2.3.4 3.0.1 3.0.2 3.0.3 4.0.0 4.0.1 4.0.2 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5
wp-parsidate / assets / css / vazir-font.css
wp-parsidate / assets / css Last commit date
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