Skip to content

Commit 4be7b30

Browse files
authored
Merge pull request #2 from binjie09/master
[IMP] update new icons
2 parents d94074c + ad33984 commit 4be7b30

File tree

8 files changed

+219
-179
lines changed

8 files changed

+219
-179
lines changed

demo.html

Lines changed: 177 additions & 145 deletions
Large diffs are not rendered by default.

fonts/icomoon.eot

252 Bytes
Binary file not shown.

fonts/icomoon.svg

Lines changed: 2 additions & 0 deletions
Loading

fonts/icomoon.ttf

252 Bytes
Binary file not shown.

fonts/icomoon.woff

252 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choerodon-ui-font",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "font file for choerodon-ui",
55
"main": "index.js",
66
"scripts": {

selection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

style.css

Lines changed: 38 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'icomoon';
3-
src: url('fonts/icomoon.eot?ortu74');
4-
src: url('fonts/icomoon.eot?ortu74#iefix') format('embedded-opentype'),
5-
url('fonts/icomoon.ttf?ortu74') format('truetype'),
6-
url('fonts/icomoon.woff?ortu74') format('woff'),
7-
url('fonts/icomoon.svg?ortu74#icomoon') format('svg');
3+
src: url('fonts/icomoon.eot?qstr3k');
4+
src: url('fonts/icomoon.eot?qstr3k#iefix') format('embedded-opentype'),
5+
url('fonts/icomoon.ttf?qstr3k') format('truetype'),
6+
url('fonts/icomoon.woff?qstr3k') format('woff'),
7+
url('fonts/icomoon.svg?qstr3k#icomoon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
}
@@ -24,6 +24,12 @@
2424
-moz-osx-font-smoothing: grayscale;
2525
}
2626

27+
.icon-token:before {
28+
content: "\e9d2";
29+
}
30+
.icon-change_size:before {
31+
content: "\e9d3";
32+
}
2733
.icon-add_crt:before {
2834
content: "\e9cf";
2935
}
@@ -159,6 +165,33 @@
159165
.icon-report_overview:before {
160166
content: "\e9ae";
161167
}
168+
.icon-sutask:before {
169+
content: "\e965";
170+
}
171+
.icon-baseline-arrow_drop_down:before {
172+
content: "\e966";
173+
}
174+
.icon-baseline-arrow_drop_up:before {
175+
content: "\e967";
176+
}
177+
.icon-baseline-arrow_left:before {
178+
content: "\e968";
179+
}
180+
.icon-baseline-arrow_right:before {
181+
content: "\e969";
182+
}
183+
.icon-baseline-link_off:before {
184+
content: "\e963";
185+
}
186+
.icon-baseline-drag_indicator:before {
187+
content: "\e960";
188+
}
189+
.icon-baseline-file_copy:before {
190+
content: "\e961";
191+
}
192+
.icon-baseline-list_alt:before {
193+
content: "\e962";
194+
}
162195
.icon-test_execute:before {
163196
content: "\e9a8";
164197
}
@@ -420,33 +453,6 @@
420453
.icon-wait_circle:before {
421454
content: "\e949";
422455
}
423-
.icon-sutask:before {
424-
content: "\e965";
425-
}
426-
.icon-baseline-arrow_drop_down:before {
427-
content: "\e966";
428-
}
429-
.icon-baseline-arrow_drop_up:before {
430-
content: "\e967";
431-
}
432-
.icon-baseline-arrow_left:before {
433-
content: "\e968";
434-
}
435-
.icon-baseline-arrow_right:before {
436-
content: "\e969";
437-
}
438-
.icon-baseline-link_off:before {
439-
content: "\e963";
440-
}
441-
.icon-baseline-drag_indicator:before {
442-
content: "\e960";
443-
}
444-
.icon-baseline-file_copy:before {
445-
content: "\e961";
446-
}
447-
.icon-baseline-list_alt:before {
448-
content: "\e962";
449-
}
450456
.icon-add_activity:before {
451457
content: "\e942";
452458
}

0 commit comments

Comments
 (0)