| 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 |
|