PluginProbe ʕ •ᴥ•ʔ
پارسی دیت – Parsi Date / 2.3.2
پارسی دیت – Parsi Date v2.3.2
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 / admin-fonts.css
wp-parsidate / assets / css Last commit date
admin-fix.css 9 years ago admin-fonts.css 9 years ago admin-styles.css 9 years ago editor-font-rtl.css 9 years ago editor-font.css 9 years ago editor-rtl.css 9 years ago editor.css 9 years ago
admin-fonts.css
34 lines
1 /**
2 * Admin side fonts
3 * This is used when you activated one of fonts replacments.
4 *
5 * Droid Sans Naskh
6 * - Created by Google
7 * - Licensed under Apache License
8 *
9 * Roboto
10 * - Created by Google
11 * - Licensed under Apache License
12 */
13
14 @font-face {
15 font-family: 'DroidNaskh';
16 src: url('../fonts/DroidNaskh-Regular.woff2') format('woff2');
17 }
18
19 @font-face {
20 font-family: 'DroidNaskh';
21 src: url('../fonts/DroidNaskh-Bold.woff2') format('woff2');
22 font-weight: bold;
23 }
24
25 @font-face {
26 font-family: 'Roboto';
27 src: url('../fonts/Roboto-Regular.woff') format('woff');
28 }
29
30 @font-face {
31 font-family: 'Roboto';
32 src: url('../fonts/Roboto-Bold.woff') format('woff');
33 font-weight: bold;
34 }