Skip to content

Commit 9dffdee

Browse files
committed
upd icons
1 parent 729afea commit 9dffdee

File tree

7 files changed

+25
-11
lines changed

7 files changed

+25
-11
lines changed

icons/core/fonts/metro-ui-core.svg

Lines changed: 4 additions & 2 deletions
Loading

icons/core/fonts/metro-ui-core.ttf

612 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.

icons/core/selection.json

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

icons/core/style.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: 'metro-ui-core';
33
src:
4-
url('fonts/metro-ui-core.ttf?ges7u7') format('truetype'),
5-
url('fonts/metro-ui-core.woff?ges7u7') format('woff'),
6-
url('fonts/metro-ui-core.svg?ges7u7#metro-ui-core') format('svg');
4+
url('fonts/metro-ui-core.ttf?kj6kn6') format('truetype'),
5+
url('fonts/metro-ui-core.woff?kj6kn6') format('woff'),
6+
url('fonts/metro-ui-core.svg?kj6kn6#metro-ui-core') format('svg');
77
font-weight: normal;
88
font-style: normal;
99
font-display: block;
@@ -24,6 +24,12 @@
2424
-moz-osx-font-smoothing: grayscale;
2525
}
2626

27+
.mif-person-position:before {
28+
content: "\ebf8";
29+
}
30+
.mif-google:before {
31+
content: "\ebf9";
32+
}
2733
.mif-dice-filled:before {
2834
content: "\ebc1";
2935
}
@@ -378,10 +384,10 @@
378384
.mif-repeat-one:before {
379385
content: "\ea21";
380386
}
381-
.mif-next:before {
387+
.mif-last:before {
382388
content: "\ea22";
383389
}
384-
.mif-previous:before {
390+
.mif-first:before {
385391
content: "\ea23";
386392
}
387393
.mif-stop:before {

source/icons/font.less

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

source/icons/icons.less

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.mif-person-position:before {
2+
content: "\ebf8";
3+
}
4+
.mif-google:before {
5+
content: "\ebf9";
6+
}
17
.mif-dice-filled:before {
28
content: "\ebc1";
39
}
@@ -352,10 +358,10 @@
352358
.mif-repeat-one:before {
353359
content: "\ea21";
354360
}
355-
.mif-next:before {
361+
.mif-last:before {
356362
content: "\ea22";
357363
}
358-
.mif-previous:before {
364+
.mif-first:before {
359365
content: "\ea23";
360366
}
361367
.mif-stop:before {

0 commit comments

Comments
 (0)