Skip to content

Commit

Permalink
v3.19.1 released v3.19.1 (#183) e4d57e3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 10, 2022
1 parent 4a6467e commit b1b7118
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.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</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?1668054188596") format("woff2"),
url("svgtofont.woff?1668054188596") format("woff"),
url("svgtofont.woff2?1668054495612") format("woff2"),
url("svgtofont.woff?1668054495612") format("woff"),
/* chrome, firefox */
url("svgtofont.ttf?1668054188596") format("truetype"),
url("svgtofont.ttf?1668054495612") format("truetype"),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url("svgtofont.svg#svgtofont?1668054188596") format("svg");
url("svgtofont.svg#svgtofont?1668054495612") format("svg");
/* iOS 4.1- */
}
.iconfont {
Expand Down Expand Up @@ -129,7 +129,7 @@
</a>
</div>

<h1>svgtofont<sup>3.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</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=1668054188578'); /* IE9*/
src: url('svgtofont.eot?t=1668054188578#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054188578") format("woff2"),
url("svgtofont.woff?t=1668054188578") format("woff"),
url('svgtofont.ttf?t=1668054188578') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054188578#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054495597'); /* IE9*/
src: url('svgtofont.eot?t=1668054495597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054495597") format("woff2"),
url("svgtofont.woff?t=1668054495597") format("woff"),
url('svgtofont.ttf?t=1668054495597') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054495597#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=1668054188578'); /* IE9*/
src: url('svgtofont.eot?t=1668054188578#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054188578") format("woff2"),
url("svgtofont.woff?t=1668054188578") format("woff"),
url('svgtofont.ttf?t=1668054188578') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054188578#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054495597'); /* IE9*/
src: url('svgtofont.eot?t=1668054495597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054495597") format("woff2"),
url("svgtofont.woff?t=1668054495597") format("woff"),
url('svgtofont.ttf?t=1668054495597') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054495597#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=1668054188578'); /* IE9*/
src: url('svgtofont.eot?t=1668054188578#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054188578") format("woff2"),
url("svgtofont.woff?t=1668054188578") format("woff"),
url('svgtofont.ttf?t=1668054188578') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054188578#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054495597'); /* IE9*/
src: url('svgtofont.eot?t=1668054495597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054495597") format("woff2"),
url("svgtofont.woff?t=1668054495597") format("woff"),
url('svgtofont.ttf?t=1668054495597') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054495597#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=1668054188578'); /* IE9*/
src: url('svgtofont.eot?t=1668054188578#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054188578") format("woff2"),
url("svgtofont.woff?t=1668054188578") format("woff"),
url('svgtofont.ttf?t=1668054188578') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054188578#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054495597'); /* IE9*/
src: url('svgtofont.eot?t=1668054495597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054495597") format("woff2"),
url("svgtofont.woff?t=1668054495597") format("woff"),
url('svgtofont.ttf?t=1668054495597') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054495597#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=1668054188578'); /* IE9*/
src: url('svgtofont.eot?t=1668054188578#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054188578") format("woff2"),
url("svgtofont.woff?t=1668054188578") format("woff"),
url('svgtofont.ttf?t=1668054188578') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054188578#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054495597'); /* IE9*/
src: url('svgtofont.eot?t=1668054495597#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054495597") format("woff2"),
url("svgtofont.woff?t=1668054495597") format("woff"),
url('svgtofont.ttf?t=1668054495597') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054495597#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.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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 @@ -1105,7 +1105,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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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 @@ -1069,7 +1069,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-11-10T04:23:07.672Z
at 2022-11-10T04:28:14.914Z
</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.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</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?1668054189487") format("woff2"),
url("svgtofont.woff?1668054189487") format("woff"),
url("svgtofont.woff2?1668054496277") format("woff2"),
url("svgtofont.woff?1668054496277") format("woff"),
/* chrome, firefox */
url("svgtofont.ttf?1668054189487") format("truetype"),
url("svgtofont.ttf?1668054496277") format("truetype"),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url("svgtofont.svg#svgtofont?1668054189487") format("svg");
url("svgtofont.svg#svgtofont?1668054496277") format("svg");
/* iOS 4.1- */
}
.iconfont {
Expand Down Expand Up @@ -129,7 +129,7 @@
</a>
</div>

<h1>svgtofont<sup>3.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</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=1668054189469'); /* IE9*/
src: url('svgtofont.eot?t=1668054189469#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054189469") format("woff2"),
url("svgtofont.woff?t=1668054189469") format("woff"),
url('svgtofont.ttf?t=1668054189469') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054189469#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054496260'); /* IE9*/
src: url('svgtofont.eot?t=1668054496260#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054496260") format("woff2"),
url("svgtofont.woff?t=1668054496260") format("woff"),
url('svgtofont.ttf?t=1668054496260') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054496260#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=1668054189469'); /* IE9*/
src: url('svgtofont.eot?t=1668054189469#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054189469") format("woff2"),
url("svgtofont.woff?t=1668054189469") format("woff"),
url('svgtofont.ttf?t=1668054189469') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054189469#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054496260'); /* IE9*/
src: url('svgtofont.eot?t=1668054496260#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054496260") format("woff2"),
url("svgtofont.woff?t=1668054496260") format("woff"),
url('svgtofont.ttf?t=1668054496260') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054496260#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=1668054189469'); /* IE9*/
src: url('svgtofont.eot?t=1668054189469#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054189469") format("woff2"),
url("svgtofont.woff?t=1668054189469") format("woff"),
url('svgtofont.ttf?t=1668054189469') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054189469#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054496260'); /* IE9*/
src: url('svgtofont.eot?t=1668054496260#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054496260") format("woff2"),
url("svgtofont.woff?t=1668054496260") format("woff"),
url('svgtofont.ttf?t=1668054496260') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054496260#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=1668054189469'); /* IE9*/
src: url('svgtofont.eot?t=1668054189469#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054189469") format("woff2"),
url("svgtofont.woff?t=1668054189469") format("woff"),
url('svgtofont.ttf?t=1668054189469') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054189469#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054496260'); /* IE9*/
src: url('svgtofont.eot?t=1668054496260#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054496260") format("woff2"),
url("svgtofont.woff?t=1668054496260") format("woff"),
url('svgtofont.ttf?t=1668054496260') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054496260#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=1668054189469'); /* IE9*/
src: url('svgtofont.eot?t=1668054189469#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054189469") format("woff2"),
url("svgtofont.woff?t=1668054189469") format("woff"),
url('svgtofont.ttf?t=1668054189469') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054189469#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1668054496260'); /* IE9*/
src: url('svgtofont.eot?t=1668054496260#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1668054496260") format("woff2"),
url("svgtofont.woff?t=1668054496260") format("woff"),
url('svgtofont.ttf?t=1668054496260') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1668054496260#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.19.0</sup></h1>
<h1>svgtofont<sup>3.19.1</sup></h1>
<div class="info">
Converts SVG fonts to TTF/EOT/WOFF/WOFF2/SVG format.
</div>
Expand Down

0 comments on commit b1b7118

Please sign in to comment.