Skip to content

Commit

Permalink
feat(icon): add lock, error, clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-kenny committed Mar 19, 2020
1 parent 3ae76f6 commit 24a6805
Show file tree
Hide file tree
Showing 30 changed files with 129 additions and 21 deletions.
19 changes: 14 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?g7aurl');
src: url('fonts/mt-web-icons.eot?g7aurl#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?g7aurl') format('truetype'),
url('fonts/mt-web-icons.woff?g7aurl') format('woff'),
url('fonts/mt-web-icons.svg?g7aurl#mt-web-icons') format('svg');
src: url('fonts/mt-web-icons.eot?tz4nhn');
src: url('fonts/mt-web-icons.eot?tz4nhn#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?tz4nhn') format('truetype'),
url('fonts/mt-web-icons.woff?tz4nhn') format('woff'),
url('fonts/mt-web-icons.svg?tz4nhn#mt-web-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,15 @@
-moz-osx-font-smoothing: grayscale;
}

.mt-systems-clear:before {
content: "\e916";
}
.mt-systems-error:before {
content: "\e917";
}
.mt-systems-lock:before {
content: "\e918";
}
.mt-spending-cycle:before {
content: "\e915";
}
Expand Down
Binary file modified fonts/mt-web-icons.eot
Binary file not shown.
3 changes: 3 additions & 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.
44 changes: 43 additions & 1 deletion icomoon/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,52 @@
</head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;302)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;305)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 24</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="mt-systems-clear"></span>
<span class="mls"> mt-systems-clear</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e916" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe916;" 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-systems-error"></span>
<span class="mls"> mt-systems-error</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e917" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe917;" 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-systems-lock"></span>
<span class="mls"> mt-systems-lock</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e918" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe918;" 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-spending-cycle"></span>
Expand Down
Binary file modified icomoon/fonts/mt-web-icons.eot
Binary file not shown.
Loading

0 comments on commit 24a6805

Please sign in to comment.