Skip to content

Commit

Permalink
feat(icon): add new tick icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-neus committed Nov 27, 2019
1 parent d8a32a4 commit cbef84a
Show file tree
Hide file tree
Showing 22 changed files with 48 additions and 15 deletions.
13 changes: 8 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'mt-web-icons';
src: url('fonts/mt-web-icons.eot?q5waqe');
src: url('fonts/mt-web-icons.eot?q5waqe#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?q5waqe') format('truetype'),
url('fonts/mt-web-icons.woff?q5waqe') format('woff'),
url('fonts/mt-web-icons.svg?q5waqe#mt-web-icons') format('svg');
src: url('fonts/mt-web-icons.eot?5ui6l3');
src: url('fonts/mt-web-icons.eot?5ui6l3#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?5ui6l3') format('truetype'),
url('fonts/mt-web-icons.woff?5ui6l3') format('woff'),
url('fonts/mt-web-icons.svg?5ui6l3#mt-web-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}

.mt-tick:before {
content: "\e90e";
}
.mt-sliders:before {
content: "\e90d";
}
Expand Down
Binary file modified fonts/mt-web-icons.eot
Binary file not shown.
1 change: 1 addition & 0 deletions fonts/mt-web-icons.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/mt-web-icons.ttf
Binary file not shown.
Binary file modified fonts/mt-web-icons.woff
Binary file not shown.
16 changes: 15 additions & 1 deletion icomoon/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,24 @@
</head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;294)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;295)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 16</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="mt-tick"></span>
<span class="mls"> mt-tick</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e90e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe90e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="mt-sliders"></span>
Expand Down
Binary file modified icomoon/fonts/mt-web-icons.eot
Binary file not shown.
1 change: 1 addition & 0 deletions icomoon/fonts/mt-web-icons.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 icomoon/fonts/mt-web-icons.ttf
Binary file not shown.
Binary file modified icomoon/fonts/mt-web-icons.woff
Binary file not shown.
Loading

0 comments on commit cbef84a

Please sign in to comment.