Skip to content

Commit

Permalink
Merge pull request #2 from binjie09/master
Browse files Browse the repository at this point in the history
[IMP] update new icons
  • Loading branch information
devane001 committed Jan 10, 2019
2 parents d94074c + ad33984 commit 4be7b30
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 179 deletions.
322 changes: 177 additions & 145 deletions demo.html

Large diffs are not rendered by default.

Binary file modified fonts/icomoon.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/icomoon.ttf
Binary file not shown.
Binary file modified fonts/icomoon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choerodon-ui-font",
"version": "0.0.1",
"version": "0.0.2",
"description": "font file for choerodon-ui",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion selection.json

Large diffs are not rendered by default.

70 changes: 38 additions & 32 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?ortu74');
src: url('fonts/icomoon.eot?ortu74#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?ortu74') format('truetype'),
url('fonts/icomoon.woff?ortu74') format('woff'),
url('fonts/icomoon.svg?ortu74#icomoon') format('svg');
src: url('fonts/icomoon.eot?qstr3k');
src: url('fonts/icomoon.eot?qstr3k#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?qstr3k') format('truetype'),
url('fonts/icomoon.woff?qstr3k') format('woff'),
url('fonts/icomoon.svg?qstr3k#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -24,6 +24,12 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-token:before {
content: "\e9d2";
}
.icon-change_size:before {
content: "\e9d3";
}
.icon-add_crt:before {
content: "\e9cf";
}
Expand Down Expand Up @@ -159,6 +165,33 @@
.icon-report_overview:before {
content: "\e9ae";
}
.icon-sutask:before {
content: "\e965";
}
.icon-baseline-arrow_drop_down:before {
content: "\e966";
}
.icon-baseline-arrow_drop_up:before {
content: "\e967";
}
.icon-baseline-arrow_left:before {
content: "\e968";
}
.icon-baseline-arrow_right:before {
content: "\e969";
}
.icon-baseline-link_off:before {
content: "\e963";
}
.icon-baseline-drag_indicator:before {
content: "\e960";
}
.icon-baseline-file_copy:before {
content: "\e961";
}
.icon-baseline-list_alt:before {
content: "\e962";
}
.icon-test_execute:before {
content: "\e9a8";
}
Expand Down Expand Up @@ -420,33 +453,6 @@
.icon-wait_circle:before {
content: "\e949";
}
.icon-sutask:before {
content: "\e965";
}
.icon-baseline-arrow_drop_down:before {
content: "\e966";
}
.icon-baseline-arrow_drop_up:before {
content: "\e967";
}
.icon-baseline-arrow_left:before {
content: "\e968";
}
.icon-baseline-arrow_right:before {
content: "\e969";
}
.icon-baseline-link_off:before {
content: "\e963";
}
.icon-baseline-drag_indicator:before {
content: "\e960";
}
.icon-baseline-file_copy:before {
content: "\e961";
}
.icon-baseline-list_alt:before {
content: "\e962";
}
.icon-add_activity:before {
content: "\e942";
}
Expand Down

0 comments on commit 4be7b30

Please sign in to comment.