Skip to content

Commit 8cbe634

Browse files
committed
v6.0.1 released v6.0.1 #228 8c7e92d
1 parent dee06e6 commit 8cbe634

32 files changed

+87
-87
lines changed

badges.svg

Lines changed: 4 additions & 4 deletions
Loading

example/font-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
<div class="header">
101101

102-
<h1>svgtofont<sup>6.0.0</sup></h1>
102+
<h1>svgtofont<sup>6.0.1</sup></h1>
103103
<div class="info">
104104

105105
</div>

example/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
/* IE9*/
7474
src: url("svgtofont.eot#iefix") format("embedded-opentype"),
7575
/* IE6-IE8 */
76-
url("svgtofont.woff2?1731480981158") format("woff2"),
77-
url("svgtofont.woff?1731480981158") format("woff"),
76+
url("svgtofont.woff2?1731481021079") format("woff2"),
77+
url("svgtofont.woff?1731481021079") format("woff"),
7878
/* chrome, firefox */
79-
url("svgtofont.ttf?1731480981158") format("truetype"),
79+
url("svgtofont.ttf?1731481021079") format("truetype"),
8080
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
81-
url("svgtofont.svg#svgtofont?1731480981158") format("svg");
81+
url("svgtofont.svg#svgtofont?1731481021079") format("svg");
8282
/* iOS 4.1- */
8383
}
8484
.iconfont {
@@ -118,7 +118,7 @@
118118

119119
<div class="header">
120120

121-
<h1>svgtofont<sup>6.0.0</sup></h1>
121+
<h1>svgtofont<sup>6.0.1</sup></h1>
122122
<div class="info">
123123

124124
</div>

example/svgtofont.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@font-face {
22
font-family: "svgtofont";
3-
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
4-
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
5-
url("svgtofont.woff2?t=1731480981126") format("woff2"),
6-
url("svgtofont.woff?t=1731480981126") format("woff"),
7-
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8-
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
3+
src: url('svgtofont.eot?t=1731481021046'); /* IE9*/
4+
src: url('svgtofont.eot?t=1731481021046#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url("svgtofont.woff2?t=1731481021046") format("woff2"),
6+
url("svgtofont.woff?t=1731481021046") format("woff"),
7+
url('svgtofont.ttf?t=1731481021046') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8+
url('svgtofont.svg?t=1731481021046#svgtofont') format('svg'); /* iOS 4.1- */
99
}
1010

1111
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.eot

0 Bytes
Binary file not shown.

example/svgtofont.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3-
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5-
url("svgtofont.woff?t=1731480981126") format("woff"),
6-
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731481021046'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731481021046#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731481021046") format("woff2"),
5+
url("svgtofont.woff?t=1731481021046") format("woff"),
6+
url('svgtofont.ttf?t=1731481021046') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731481021046#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.module.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3-
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5-
url("svgtofont.woff?t=1731480981126") format("woff"),
6-
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731481021046'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731481021046#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731481021046") format("woff2"),
5+
url("svgtofont.woff?t=1731481021046") format("woff"),
6+
url('svgtofont.ttf?t=1731481021046') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731481021046#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3-
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5-
url("svgtofont.woff?t=1731480981126") format("woff"),
6-
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731481021046'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731481021046#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731481021046") format("woff2"),
5+
url("svgtofont.woff?t=1731481021046") format("woff"),
6+
url('svgtofont.ttf?t=1731481021046') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731481021046#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.styl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3-
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5-
url("svgtofont.woff?t=1731480981126") format("woff"),
6-
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731481021046'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731481021046#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731481021046") format("woff2"),
5+
url("svgtofont.woff?t=1731481021046") format("woff"),
6+
url('svgtofont.ttf?t=1731481021046') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731481021046#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.ttf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)