matcha-icons 1.0.8 → 1.0.9

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/demo.html CHANGED
@@ -2,10 +2,10 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>IcoMoon Demo</title>
5
+ <title>IcoMoon Demo</title>
6
6
  <meta name="description" content="An Icon Font Generated By IcoMoon.io">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="stylesheet" href="demo-files/demo.css">
8
+ <link rel="stylesheet" href="demo.css">
9
9
  <link rel="stylesheet" href="style.css"></head>
10
10
  <body>
11
11
  <div class="bgc1 clearfix">
package/matcha-icons.css CHANGED
@@ -1,15 +1,3 @@
1
- @font-face {
2
- font-family: 'MatchaIcons';
3
- src: url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.eot?3kx9ay');
4
- src: url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.eot?3kx9ay#iefix') format('embedded-opentype'),
5
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.ttf?3kx9ay') format('truetype'),
6
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.woff?3kx9ay') format('woff'),
7
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.svg?3kx9ay#matcha-icons') format('svg');
8
- font-weight: normal;
9
- font-style: normal;
10
- font-display: block;
11
- }
12
-
13
1
  [class^="i-matcha-"], [class*=" i-matcha-"] {
14
2
  /* use !important to prevent issues with browser extensions that change fonts */
15
3
  font-family: 'MatchaIcons' !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-icons",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Biblioteca de ícones usada no design system da inchurch",
5
5
  "main": "demo.html",
6
6
  "scripts": {
package/style.css CHANGED
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'matcha-icons';
3
- src: url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.eot?dea6jb');
4
- src: url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.eot?dea6jb#iefix') format('embedded-opentype'),
5
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.ttf?dea6jb') format('truetype'),
6
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.woff?dea6jb') format('woff'),
7
- url('https://unpkg.com/matcha-icons@latest/fonts/matcha-icons.svg?dea6jb#matcha-icons') format('svg');
3
+ src: url('fonts/matcha-icons.eot?dsd6jb');
4
+ src: url('fonts/matcha-icons.eot?dsd6jb#iefix') format('embedded-opentype'),
5
+ url('fonts/matcha-icons.ttf?dsd6jb') format('truetype'),
6
+ url('fonts/matcha-icons.woff?dsd6jb') format('woff'),
7
+ url('fonts/matcha-icons.svg?dsd6jb#matcha-icons') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;