Skip to content

Commit

Permalink
v4.0.0 released v4.0.0 (#210) fedaf41
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 9, 2023
1 parent ac43927 commit d9ec8af
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 43 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.25.4</sup></h1>
<h1>svgtofont<sup>4.0.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?1691584919972") format("woff2"),
url("svgtofont.woff?1691584919972") format("woff"),
url("svgtofont.woff2?1691584998253") format("woff2"),
url("svgtofont.woff?1691584998253") format("woff"),
/* chrome, firefox */
url("svgtofont.ttf?1691584919972") format("truetype"),
url("svgtofont.ttf?1691584998253") format("truetype"),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url("svgtofont.svg#svgtofont?1691584919972") format("svg");
url("svgtofont.svg#svgtofont?1691584998253") format("svg");
/* iOS 4.1- */
}
.iconfont {
Expand Down Expand Up @@ -129,7 +129,7 @@
</a>
</div>

<h1>svgtofont<sup>3.25.4</sup></h1>
<h1>svgtofont<sup>4.0.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=1691584919945'); /* IE9*/
src: url('svgtofont.eot?t=1691584919945#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584919945") format("woff2"),
url("svgtofont.woff?t=1691584919945") format("woff"),
url('svgtofont.ttf?t=1691584919945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584919945#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1691584998217'); /* IE9*/
src: url('svgtofont.eot?t=1691584998217#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584998217") format("woff2"),
url("svgtofont.woff?t=1691584998217") format("woff"),
url('svgtofont.ttf?t=1691584998217') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584998217#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=1691584919945'); /* IE9*/
src: url('svgtofont.eot?t=1691584919945#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584919945") format("woff2"),
url("svgtofont.woff?t=1691584919945") format("woff"),
url('svgtofont.ttf?t=1691584919945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584919945#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1691584998217'); /* IE9*/
src: url('svgtofont.eot?t=1691584998217#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584998217") format("woff2"),
url("svgtofont.woff?t=1691584998217") format("woff"),
url('svgtofont.ttf?t=1691584998217') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584998217#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=1691584919945'); /* IE9*/
src: url('svgtofont.eot?t=1691584919945#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584919945") format("woff2"),
url("svgtofont.woff?t=1691584919945") format("woff"),
url('svgtofont.ttf?t=1691584919945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584919945#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1691584998217'); /* IE9*/
src: url('svgtofont.eot?t=1691584998217#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584998217") format("woff2"),
url("svgtofont.woff?t=1691584998217") format("woff"),
url('svgtofont.ttf?t=1691584998217') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584998217#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=1691584919945'); /* IE9*/
src: url('svgtofont.eot?t=1691584919945#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584919945") format("woff2"),
url("svgtofont.woff?t=1691584919945") format("woff"),
url('svgtofont.ttf?t=1691584919945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584919945#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1691584998217'); /* IE9*/
src: url('svgtofont.eot?t=1691584998217#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584998217") format("woff2"),
url("svgtofont.woff?t=1691584998217") format("woff"),
url('svgtofont.ttf?t=1691584998217') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584998217#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=1691584919945'); /* IE9*/
src: url('svgtofont.eot?t=1691584919945#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584919945") format("woff2"),
url("svgtofont.woff?t=1691584919945") format("woff"),
url('svgtofont.ttf?t=1691584919945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584919945#svgtofont') format('svg'); /* iOS 4.1- */
src: url('svgtofont.eot?t=1691584998217'); /* IE9*/
src: url('svgtofont.eot?t=1691584998217#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("svgtofont.woff2?t=1691584998217") format("woff2"),
url("svgtofont.woff?t=1691584998217") format("woff"),
url('svgtofont.ttf?t=1691584998217') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('svgtofont.svg?t=1691584998217#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.25.4</sup></h1>
<h1>svgtofont<sup>4.0.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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</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 @@ -373,7 +373,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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</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 @@ -1309,7 +1309,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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</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 @@ -1084,7 +1084,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 2023-08-09T12:41:58.304Z
at 2023-08-09T12:43:16.847Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down

0 comments on commit d9ec8af

Please sign in to comment.