@girder/fontello 3.1.9 → 3.1.10
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/Gruntfile.js
CHANGED
package/dist/css/fontello.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'fontello';
|
|
3
|
-
src: url('../font/fontello.eot?
|
|
4
|
-
src: url('../font/fontello.eot?
|
|
5
|
-
url('../font/fontello.woff2?
|
|
6
|
-
url('../font/fontello.woff?
|
|
7
|
-
url('../font/fontello.ttf?
|
|
8
|
-
url('../font/fontello.svg?
|
|
3
|
+
src: url('../font/fontello.eot?98605011');
|
|
4
|
+
src: url('../font/fontello.eot?98605011#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/fontello.woff2?98605011') format('woff2'),
|
|
6
|
+
url('../font/fontello.woff?98605011') format('woff'),
|
|
7
|
+
url('../font/fontello.ttf?98605011') format('truetype'),
|
|
8
|
+
url('../font/fontello.svg?98605011#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('../font/fontello.svg?
|
|
18
|
+
src: url('../font/fontello.svg?98605011#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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girder/fontello",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.10",
|
|
4
4
|
"description": "Built Fontello files for use in Girder.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,17 +13,13 @@
|
|
|
13
13
|
"main": "index.js",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "grunt",
|
|
16
|
-
"prepublishOnly": "$npm_execpath install
|
|
17
|
-
"preinstall": "npm-force-resolutions"
|
|
16
|
+
"prepublishOnly": "$npm_execpath install && $npm_execpath run build"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
19
|
"grunt": "^1.0.3",
|
|
21
20
|
"grunt-contrib-clean": "^2.0.0",
|
|
22
21
|
"grunt-fontello": "^0.3.7"
|
|
23
22
|
},
|
|
24
|
-
"resolutions": {
|
|
25
|
-
"getobject": "^1.0.0"
|
|
26
|
-
},
|
|
27
23
|
"keywords": [
|
|
28
24
|
"fontello",
|
|
29
25
|
"girder"
|