@girder/fontello 3.2.2 → 3.2.4
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/.fontello-session +1 -1
- package/README.md +1 -1
- package/dist/css/fontello.css +7 -7
- package/dist/fonts/fontello.eot +0 -0
- package/dist/fonts/fontello.ttf +0 -0
- package/dist/fonts/fontello.woff +0 -0
- package/dist/fonts/fontello.woff2 +0 -0
- package/package.json +1 -1
package/.fontello-session
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8235fad013b48246fe6accc3d6a41765
|
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ import '@girder/fontello/dist/css/animation.css';
|
|
|
28
28
|
To add new icons to this build, visit
|
|
29
29
|
[Fontello's website](https://fontello.com) and upload the
|
|
30
30
|
`fontello.config.json` file within this package. Select new icons
|
|
31
|
-
(but don't remove any), then download the new
|
|
31
|
+
(but don't remove any), then download the new configuration via the site
|
|
32
32
|
and overwrite `fontello.config.json` here. Then, just run:
|
|
33
33
|
```bash
|
|
34
34
|
npm install && npm run build
|
package/dist/css/fontello.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'fontello';
|
|
3
|
-
src: url('../fonts/fontello.eot?
|
|
4
|
-
src: url('../fonts/fontello.eot?
|
|
5
|
-
url('../fonts/fontello.woff2?
|
|
6
|
-
url('../fonts/fontello.woff?
|
|
7
|
-
url('../fonts/fontello.ttf?
|
|
8
|
-
url('../fonts/fontello.svg?
|
|
3
|
+
src: url('../fonts/fontello.eot?14898032');
|
|
4
|
+
src: url('../fonts/fontello.eot?14898032#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../fonts/fontello.woff2?14898032') format('woff2'),
|
|
6
|
+
url('../fonts/fontello.woff?14898032') format('woff'),
|
|
7
|
+
url('../fonts/fontello.ttf?14898032') format('truetype'),
|
|
8
|
+
url('../fonts/fontello.svg?14898032#fontello') format('svg');
|
|
9
9
|
font-weight: normal;
|
|
10
10
|
font-style: normal;
|
|
11
11
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'fontello';
|
|
18
|
-
src: url('../fonts/fontello.svg?
|
|
18
|
+
src: url('../fonts/fontello.svg?14898032#fontello') format('svg');
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
*/
|
package/dist/fonts/fontello.eot
CHANGED
|
Binary file
|
package/dist/fonts/fontello.ttf
CHANGED
|
Binary file
|
package/dist/fonts/fontello.woff
CHANGED
|
Binary file
|
|
Binary file
|