Skip to content

Commit 66e2252

Browse files
committed
1.2.34
1 parent 45022f5 commit 66e2252

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

css/icons/ptroiconfont.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: "ptroiconfont";
3-
src: url("ptroiconfont.eot?1be5ecd87f55041f64940039f39c5d8b?#iefix") format("embedded-opentype"),
4-
url("ptroiconfont.woff?1be5ecd87f55041f64940039f39c5d8b") format("woff"),
5-
url("ptroiconfont.ttf?1be5ecd87f55041f64940039f39c5d8b") format("truetype"),
6-
url("ptroiconfont.svg?1be5ecd87f55041f64940039f39c5d8b#ptroiconfont") format("svg");
3+
src: url("ptroiconfont.eot?9341322586a7d595ef8a33bfc2daa062?#iefix") format("embedded-opentype"),
4+
url("ptroiconfont.woff?9341322586a7d595ef8a33bfc2daa062") format("woff"),
5+
url("ptroiconfont.ttf?9341322586a7d595ef8a33bfc2daa062") format("truetype"),
6+
url("ptroiconfont.svg?9341322586a7d595ef8a33bfc2daa062#ptroiconfont") format("svg");
77
font-weight: normal;
88
font-style: normal;
99
}

css/icons/ptroiconfont.eot

0 Bytes
Binary file not shown.

css/icons/ptroiconfont.ttf

0 Bytes
Binary file not shown.

css/icons/ptroiconfont.woff

0 Bytes
Binary file not shown.

generate_font.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fs.readdir('res/font', function(err, items) {
1313
dest: 'css/icons',
1414
fontName: 'ptroiconfont',
1515

16+
html: true,
1617
// https://github.com/nfroidure/svgicons2svgfont
1718
normalize: true,
1819
round: 10e2,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "1.2.33",
3+
"version": "1.2.34",
44
"description": "HTML5 image editing widget (js paint plugin)",
55
"main": "build/painterro.commonjs2.js",
66
"repository": {

0 commit comments

Comments
 (0)