matcha-icons 1.0.29 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/style.css CHANGED
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'matcha-icons';
3
- src: url('fonts/matcha-icons.eot?dchotz');
4
- src: url('fonts/matcha-icons.eot?dchotz#iefix') format('embedded-opentype'),
5
- url('fonts/matcha-icons.ttf?dchotz') format('truetype'),
6
- url('fonts/matcha-icons.woff?dchotz') format('woff'),
7
- url('fonts/matcha-icons.svg?dchotz#matcha-icons') format('svg');
3
+ src: url('fonts/matcha-icons.eot?peeew9');
4
+ src: url('fonts/matcha-icons.eot?peeew9#iefix') format('embedded-opentype'),
5
+ url('fonts/matcha-icons.ttf?peeew9') format('truetype'),
6
+ url('fonts/matcha-icons.woff?peeew9') format('woff'),
7
+ url('fonts/matcha-icons.svg?peeew9#matcha-icons') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -241,6 +241,18 @@
241
241
  .i-matcha-print-out2:before {
242
242
  content: "\eae8";
243
243
  }
244
+ .i-matcha-thumb-up-out:before {
245
+ content: "\eb22";
246
+ }
247
+ .i-matcha-thumb-down-out:before {
248
+ content: "\eb23";
249
+ }
250
+ .i-matcha-thumb-up:before {
251
+ content: "\eb24";
252
+ }
253
+ .i-matcha-thumb-down:before {
254
+ content: "\eb25";
255
+ }
244
256
  .i-matcha-smile:before {
245
257
  content: "\e9fb";
246
258
  }