Skip to content

Commit

Permalink
update font for new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Mar 24, 2019
1 parent fe738dc commit 35bfb55
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 15 deletions.
3 changes: 3 additions & 0 deletions build/css/metro-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -43674,6 +43674,9 @@ input[dir=rtl] {
.mif-replay:before {
content: "\e042";
}
.mif-reply:before {
content: "\e15e";
}
.mif-reply_all:before {
content: "\e15f";
}
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-all.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/css/metro-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
.mif-replay:before {
content: "\e042";
}
.mif-reply:before {
content: "\e15e";
}
.mif-reply_all:before {
content: "\e15f";
}
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-icons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.2.40-dev 24/03/2019 11:55",
versionFull: "4.2.40-dev 24/03/2019 11:55",
version: "4.2.40-dev 24/03/2019 12:03",
versionFull: "4.2.40-dev 24/03/2019 12:03",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
2 changes: 1 addition & 1 deletion build/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/mif/metro.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/mif/metro.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 build/mif/metro.ttf
Binary file not shown.
Binary file modified build/mif/metro.woff
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ <h3 id="_icon_list">Icon list <small id="icon-count">0</small></h3>
<ul class="unstyled-list list icon-list" id="icon-list" data-role="list" data-search-wrapper="#icon-search" data-show-search="true" data-sort-target="li" data-sort-class="label" data-sort-dir="asc">
<!-- New -->
<li class="icon-application"><span class="mif-replay"></span><span class="label"> replay</span></li>
<li class="icon-application"><span class="mif-replay_all"></span><span class="label"> replay_all</span></li>
<li class="icon-application"><span class="mif-reply"></span><span class="label"> reply</span></li>
<li class="icon-application"><span class="mif-reply_all"></span><span class="label"> reply_all</span></li>
<li class="icon-application"><span class="mif-backspace1"></span><span class="label"> backspace1</span></li>
<li class="icon-application"><span class="mif-inbox"></span><span class="label"> inbox</span></li>
<li class="icon-application"><span class="mif-move_to_inbox"></span><span class="label"> move_to_inbox</span></li>
Expand Down
3 changes: 3 additions & 0 deletions docs/metro/css/metro-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -43674,6 +43674,9 @@ input[dir=rtl] {
.mif-replay:before {
content: "\e042";
}
.mif-reply:before {
content: "\e15e";
}
.mif-reply_all:before {
content: "\e15f";
}
Expand Down
2 changes: 1 addition & 1 deletion docs/metro/css/metro-all.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/metro/css/metro-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
.mif-replay:before {
content: "\e042";
}
.mif-reply:before {
content: "\e15e";
}
.mif-reply_all:before {
content: "\e15f";
}
Expand Down
2 changes: 1 addition & 1 deletion docs/metro/css/metro-icons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/metro/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ var isTouch = (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (

var Metro = {

version: "4.2.40-dev 24/03/2019 11:55",
versionFull: "4.2.40-dev 24/03/2019 11:55",
version: "4.2.40-dev 24/03/2019 12:03",
versionFull: "4.2.40-dev 24/03/2019 12:03",
isTouchable: isTouch,
fullScreenEnabled: document.fullscreenEnabled,
sheet: null,
Expand Down
2 changes: 1 addition & 1 deletion docs/metro/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/metro/mif/metro.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/metro/mif/metro.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 docs/metro/mif/metro.ttf
Binary file not shown.
Binary file modified docs/metro/mif/metro.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/metro.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions icons/metro.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 icons/metro.ttf
Binary file not shown.
Binary file modified icons/metro.woff
Binary file not shown.
5 changes: 4 additions & 1 deletion less/mif-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
.mif-replay:before {
content: "\e042";
}
.mif-reply:before {
content: "\e15e";
}
.mif-reply_all:before {
content: "\e15f";
}
Expand Down Expand Up @@ -1854,4 +1857,4 @@
}
.mif-medium:before {
content: "\f23a";
}
}

0 comments on commit 35bfb55

Please sign in to comment.