PluginProbe
Post Snippets – Custom WordPress Code Snippets Customizer / 4.2.2
Post Snippets – Custom WordPress Code Snippets Customizer v4.2.2
4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.1 1.7.2 1.7.3 1.8 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.8.9.1 1.8.9.2 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 All 115 releases
post-snippets / assets / icons.css

icons.css in Post Snippets – Custom WordPress Code Snippets Customizer 4.2.2, at assets/icons.css

64 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2
3 @font-face {
4 font-family: "post-snippets";
5 src:url("fonts/post-snippets.eot");
6 src:url("fonts/post-snippets.eot?#iefix") format("embedded-opentype"),
7 url("fonts/post-snippets.woff") format("woff"),
8 url("fonts/post-snippets.ttf") format("truetype"),
9 url("fonts/post-snippets.svg#post-snippets") format("svg");
10 font-weight: normal;
11 font-style: normal;
12
13 }
14
15 [data-icon]:before {
16 font-family: "post-snippets" !important;
17 font-style: normal !important;
18 font-weight: normal !important;
19 font-variant: normal !important;
20 text-transform: none !important;
21 speak: none;
22 line-height: 1;
23 -webkit-font-smoothing: antialiased;
24 -moz-osx-font-smoothing: grayscale;
25 }
26
27 [class^="wp-ps-"]:before,
28 [class*=" wp-ps-"]:before {
29 font-family: "post-snippets" !important;
30 font-style: normal !important;
31 font-weight: normal !important;
32 font-variant: normal !important;
33 text-transform: none !important;
34 speak: none;
35 line-height: 1;
36 -webkit-font-smoothing: antialiased;
37 -moz-osx-font-smoothing: grayscale;
38 }
39
40 .wp-ps-pencil:before {
41 content: "\61";
42 }
43 .wp-ps-cloud-download:before {
44 content: "\63";
45 }
46 .wp-ps-cloud-upload:before {
47 content: "\64";
48 }
49 .wp-ps-files-o:before {
50 content: "\62";
51 }
52 .wp-ps-code:before {
53 content: "\65";
54 }
55 .wp-ps-arrow-move:before {
56 content: "\66";
57 }
58 .wp-ps-trashcan:before {
59 content: "\68";
60 }
61 .wp-ps-italic:before {
62 content: "\67";
63 }
64