@girder/fontello 5.0.0-a8 → 5.0.0
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/dist/css/fontello.css +7 -7
- package/dist/fonts/fontello.eot +0 -0
- package/dist/fonts/fontello.svg +1 -1
- package/dist/fonts/fontello.ttf +0 -0
- package/dist/fonts/fontello.woff +0 -0
- package/dist/fonts/fontello.woff2 +0 -0
- package/fontello.config.json +1 -1
- package/package.json +1 -1
package/.fontello-session
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b16cc6bedc27d498035ae0e6295d820b
|
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?75384400');
|
|
4
|
+
src: url('../fonts/fontello.eot?75384400#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../fonts/fontello.woff2?75384400') format('woff2'),
|
|
6
|
+
url('../fonts/fontello.woff?75384400') format('woff'),
|
|
7
|
+
url('../fonts/fontello.ttf?75384400') format('truetype'),
|
|
8
|
+
url('../fonts/fontello.svg?75384400#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?75384400#fontello') format('svg');
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
*/
|
package/dist/fonts/fontello.eot
CHANGED
|
Binary file
|
package/dist/fonts/fontello.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
3
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata>Copyright (C)
|
|
4
|
+
<metadata>Copyright (C) 2026 by original authors @ fontello.com</metadata>
|
|
5
5
|
<defs>
|
|
6
6
|
<font id="fontello" horiz-adv-x="1000" >
|
|
7
7
|
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
package/dist/fonts/fontello.ttf
CHANGED
|
Binary file
|
package/dist/fonts/fontello.woff
CHANGED
|
Binary file
|
|
Binary file
|
package/fontello.config.json
CHANGED