Skip to content

Commit

Permalink
v3.19.0 released v3.19.0 (#183) cde70e9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 24, 2022
1 parent c825702 commit 3d8e1ed
Show file tree
Hide file tree
Showing 30 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion example/font-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down
10 changes: 5 additions & 5 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
/* IE9*/
src: url("svgtofont.eot#iefix") format("embedded-opentype"),
/* IE6-IE8 */
url("svgtofont.woff2?1666606152330") format("woff2"),
url("svgtofont.woff?1666606152330") format("woff"),
url("svgtofont.woff2?1666606301334") format("woff2"),
url("svgtofont.woff?1666606301334") format("woff"),
/* chrome, firefox */
url("svgtofont.ttf?1666606152330") format("truetype"),
url("svgtofont.ttf?1666606301334") format("truetype"),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url("svgtofont.svg#svgtofont?1666606152330") format("svg");
url("svgtofont.svg#svgtofont?1666606301334") format("svg");
/* iOS 4.1- */
}
.iconfont {
Expand Down Expand Up @@ -129,7 +129,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down
12 changes: 6 additions & 6 deletions example/svgtofont.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606152307'); /* IE9*/
src: url('svgtofont.eot?t=1666606152307#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606152307") format("woff2"),
url("svgtofont.woff?t=1666606152307") format("woff"),
url('svgtofont.ttf?t=1666606152307') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606152307#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606301316'); /* IE9*/
src: url('svgtofont.eot?t=1666606301316#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606301316") format("woff2"),
url("svgtofont.woff?t=1666606301316") format("woff"),
url('svgtofont.ttf?t=1666606301316') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606301316#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
Binary file modified example/svgtofont.eot
Binary file not shown.
12 changes: 6 additions & 6 deletions example/svgtofont.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606152307'); /* IE9*/
src: url('svgtofont.eot?t=1666606152307#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606152307") format("woff2"),
url("svgtofont.woff?t=1666606152307") format("woff"),
url('svgtofont.ttf?t=1666606152307') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606152307#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606301316'); /* IE9*/
src: url('svgtofont.eot?t=1666606301316#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606301316") format("woff2"),
url("svgtofont.woff?t=1666606301316") format("woff"),
url('svgtofont.ttf?t=1666606301316') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606301316#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions example/svgtofont.module.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606152307'); /* IE9*/
src: url('svgtofont.eot?t=1666606152307#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606152307") format("woff2"),
url("svgtofont.woff?t=1666606152307") format("woff"),
url('svgtofont.ttf?t=1666606152307') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606152307#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606301316'); /* IE9*/
src: url('svgtofont.eot?t=1666606301316#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606301316") format("woff2"),
url("svgtofont.woff?t=1666606301316") format("woff"),
url('svgtofont.ttf?t=1666606301316') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606301316#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions example/svgtofont.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606152307'); /* IE9*/
src: url('svgtofont.eot?t=1666606152307#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606152307") format("woff2"),
url("svgtofont.woff?t=1666606152307") format("woff"),
url('svgtofont.ttf?t=1666606152307') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606152307#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606301316'); /* IE9*/
src: url('svgtofont.eot?t=1666606301316#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606301316") format("woff2"),
url("svgtofont.woff?t=1666606301316") format("woff"),
url('svgtofont.ttf?t=1666606301316') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606301316#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions example/svgtofont.styl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606152307'); /* IE9*/
src: url('svgtofont.eot?t=1666606152307#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606152307") format("woff2"),
url("svgtofont.woff?t=1666606152307") format("woff"),
url('svgtofont.ttf?t=1666606152307') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606152307#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606301316'); /* IE9*/
src: url('svgtofont.eot?t=1666606301316#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606301316") format("woff2"),
url("svgtofont.woff?t=1666606301316") format("woff"),
url('svgtofont.ttf?t=1666606301316') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606301316#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
Binary file modified example/svgtofont.ttf
Binary file not shown.
Binary file modified example/svgtofont.woff
Binary file not shown.
Binary file modified example/svgtofont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion example/symbol.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/cli.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a href="index.html">All files</a> cli.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/generate.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h1><a href="index.html">All files</a> generate.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ <h1><a href="index.html">All files</a> index.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/log.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h1><a href="index.html">All files</a> log.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion lcov-report/utils.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h1><a href="index.html">All files</a> utils.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2022-10-24T10:09:11.291Z
at 2022-10-24T10:11:40.453Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion templates/font-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
/* IE9*/
src: url("svgtofont.eot#iefix") format("embedded-opentype"),
/* IE6-IE8 */
url("svgtofont.woff2?1666606153395") format("woff2"),
url("svgtofont.woff?1666606153395") format("woff"),
url("svgtofont.woff2?1666606302106") format("woff2"),
url("svgtofont.woff?1666606302106") format("woff"),
/* chrome, firefox */
url("svgtofont.ttf?1666606153395") format("truetype"),
url("svgtofont.ttf?1666606302106") format("truetype"),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url("svgtofont.svg#svgtofont?1666606153396") format("svg");
url("svgtofont.svg#svgtofont?1666606302106") format("svg");
/* iOS 4.1- */
}
.iconfont {
Expand Down Expand Up @@ -129,7 +129,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down
12 changes: 6 additions & 6 deletions templates/svgtofont.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* Hello CSS! */
@font-face {
font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606153373'); /* IE9*/
src: url('svgtofont.eot?t=1666606153373#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606153373") format("woff2"),
url("svgtofont.woff?t=1666606153373") format("woff"),
url('svgtofont.ttf?t=1666606153373') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606153373#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606302089'); /* IE9*/
src: url('svgtofont.eot?t=1666606302089#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606302089") format("woff2"),
url("svgtofont.woff?t=1666606302089") format("woff"),
url('svgtofont.ttf?t=1666606302089') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606302089#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
Binary file modified templates/svgtofont.eot
Binary file not shown.
12 changes: 6 additions & 6 deletions templates/svgtofont.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606153373'); /* IE9*/
src: url('svgtofont.eot?t=1666606153373#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606153373") format("woff2"),
url("svgtofont.woff?t=1666606153373") format("woff"),
url('svgtofont.ttf?t=1666606153373') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606153373#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606302089'); /* IE9*/
src: url('svgtofont.eot?t=1666606302089#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606302089") format("woff2"),
url("svgtofont.woff?t=1666606302089") format("woff"),
url('svgtofont.ttf?t=1666606302089') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606302089#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions templates/svgtofont.module.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606153373'); /* IE9*/
src: url('svgtofont.eot?t=1666606153373#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606153373") format("woff2"),
url("svgtofont.woff?t=1666606153373") format("woff"),
url('svgtofont.ttf?t=1666606153373') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606153373#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606302089'); /* IE9*/
src: url('svgtofont.eot?t=1666606302089#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606302089") format("woff2"),
url("svgtofont.woff?t=1666606302089") format("woff"),
url('svgtofont.ttf?t=1666606302089') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606302089#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions templates/svgtofont.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606153373'); /* IE9*/
src: url('svgtofont.eot?t=1666606153373#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606153373") format("woff2"),
url("svgtofont.woff?t=1666606153373") format("woff"),
url('svgtofont.ttf?t=1666606153373') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606153373#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606302089'); /* IE9*/
src: url('svgtofont.eot?t=1666606302089#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606302089") format("woff2"),
url("svgtofont.woff?t=1666606302089") format("woff"),
url('svgtofont.ttf?t=1666606302089') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606302089#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
12 changes: 6 additions & 6 deletions templates/svgtofont.styl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "svgtofont";
src: url('svgtofont.eot?t=1666606153373'); /* IE9*/
src: url('svgtofont.eot?t=1666606153373#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606153373") format("woff2"),
url("svgtofont.woff?t=1666606153373") format("woff"),
url('svgtofont.ttf?t=1666606153373') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606153373#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1666606302089'); /* IE9*/
src: url('svgtofont.eot?t=1666606302089#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1666606302089") format("woff2"),
url("svgtofont.woff?t=1666606302089") format("woff"),
url('svgtofont.ttf?t=1666606302089') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1666606302089#svgtofont') format('svg'); /* iOS 4.1- */
}

[class^="svgtofont-"], [class*=" svgtofont-"] {
Expand Down
Binary file modified templates/svgtofont.ttf
Binary file not shown.
Binary file modified templates/svgtofont.woff
Binary file not shown.
Binary file modified templates/svgtofont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/symbol.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</a>
</div>

<h1>svgtofont<sup>3.18.0</sup></h1>
<h1>svgtofont<sup>3.19.0</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down

0 comments on commit 3d8e1ed

Please sign in to comment.