@girder/fontello 3.2.8 → 5.0.0-a10

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
- 2a7dc724a34f2a94eb9e0727a7957c10
1
+ 12bfa979d9822b863264f774cf87eece
package/Gruntfile.js CHANGED
@@ -1,3 +1,4 @@
1
+ /* global module */
1
2
  module.exports = function (grunt) {
2
3
  grunt.initConfig({
3
4
  clean: {
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: 'fontello';
3
- src: url('../fonts/fontello.eot?41096427');
4
- src: url('../fonts/fontello.eot?41096427#iefix') format('embedded-opentype'),
5
- url('../fonts/fontello.woff2?41096427') format('woff2'),
6
- url('../fonts/fontello.woff?41096427') format('woff'),
7
- url('../fonts/fontello.ttf?41096427') format('truetype'),
8
- url('../fonts/fontello.svg?41096427#fontello') format('svg');
3
+ src: url('../fonts/fontello.eot?72519258');
4
+ src: url('../fonts/fontello.eot?72519258#iefix') format('embedded-opentype'),
5
+ url('../fonts/fontello.woff2?72519258') format('woff2'),
6
+ url('../fonts/fontello.woff?72519258') format('woff'),
7
+ url('../fonts/fontello.ttf?72519258') format('truetype'),
8
+ url('../fonts/fontello.svg?72519258#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?41096427#fontello') format('svg');
18
+ src: url('../fonts/fontello.svg?72519258#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.8",
3
+ "version": "5.0.0-a10",
4
4
  "description": "Built Fontello files for use in Girder.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {