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 +2 -2
- package/matcha-icons.css +0 -12
- package/package.json +1 -1
- package/style.css +5 -5
package/demo.html
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>IcoMoon
|
|
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
|
|
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
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'matcha-icons';
|
|
3
|
-
src: url('
|
|
4
|
-
src: url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
7
|
-
url('
|
|
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;
|