@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 CHANGED
@@ -1 +1 @@
1
- e8aad6e40d1753b95b6bd1c08944d841
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 confguration via the site
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
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: 'fontello';
3
- src: url('../fonts/fontello.eot?8809663');
4
- src: url('../fonts/fontello.eot?8809663#iefix') format('embedded-opentype'),
5
- url('../fonts/fontello.woff2?8809663') format('woff2'),
6
- url('../fonts/fontello.woff?8809663') format('woff'),
7
- url('../fonts/fontello.ttf?8809663') format('truetype'),
8
- url('../fonts/fontello.svg?8809663#fontello') format('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?8809663#fontello') format('svg');
18
+ src: url('../fonts/fontello.svg?14898032#fontello') format('svg');
19
19
  }
20
20
  }
21
21
  */
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girder/fontello",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Built Fontello files for use in Girder.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {