Skip to content

Commit 0aff8be

Browse files
authored
Merge pull request #72 from moneytree/icon-for-account-holder-read-scope
add new icon for account_holder_read scope
2 parents 8943346 + 9441638 commit 0aff8be

18 files changed

+49
-19
lines changed

css/style.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'mt-web-icons';
3-
src: url('fonts/mt-web-icons.eot?pyz0kn');
4-
src: url('fonts/mt-web-icons.eot?pyz0kn#iefix') format('embedded-opentype'),
5-
url('fonts/mt-web-icons.ttf?pyz0kn') format('truetype'),
6-
url('fonts/mt-web-icons.woff?pyz0kn') format('woff'),
7-
url('fonts/mt-web-icons.svg?pyz0kn#mt-web-icons') format('svg');
3+
src: url('fonts/mt-web-icons.eot?kqjvhd');
4+
src: url('fonts/mt-web-icons.eot?kqjvhd#iefix') format('embedded-opentype'),
5+
url('fonts/mt-web-icons.ttf?kqjvhd') format('truetype'),
6+
url('fonts/mt-web-icons.woff?kqjvhd') format('woff'),
7+
url('fonts/mt-web-icons.svg?kqjvhd#mt-web-icons') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -155,6 +155,9 @@
155155
.mt-refresh:before {
156156
content: "\e901";
157157
}
158+
.mt-scope-account-holder-read:before {
159+
content: "\e922";
160+
}
158161
.mt-scope-accounts-read:before {
159162
content: "\ea37";
160163
}

fonts/mt-web-icons.eot

240 Bytes
Binary file not shown.

fonts/mt-web-icons.svg

Lines changed: 1 addition & 0 deletions
Loading

fonts/mt-web-icons.ttf

240 Bytes
Binary file not shown.

fonts/mt-web-icons.woff

240 Bytes
Binary file not shown.

icomoon/demo.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<div class="bgc1 clearfix">
16-
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;314)</small></h1>
16+
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> mt-web-icons <small class="fgc1">(Glyphs:&nbsp;315)</small></h1>
1717
</div>
1818
<div class="clearfix mhl ptl">
1919
<h1 class="mvm mtn fgc1">Grid Size: 24</h1>
@@ -619,6 +619,20 @@ <h1 class="mvm mtn fgc1">Grid Size: 24</h1>
619619
<input type="text" readonly value="" class="liga unitRight" />
620620
</div>
621621
</div>
622+
<div class="glyph fs1">
623+
<div class="clearfix bshadow0 pbs">
624+
<span class="mt-scope-account-holder-read"></span>
625+
<span class="mls"> mt-scope-account-holder-read</span>
626+
</div>
627+
<fieldset class="fs0 size1of1 clearfix hidden-false">
628+
<input type="text" readonly value="e922" class="unit size1of2" />
629+
<input type="text" maxlength="1" readonly value="&#xe922;" class="unitRight size1of2 talign-right" />
630+
</fieldset>
631+
<div class="fs0 bshadow0 clearfix hidden-true">
632+
<span class="unit pvs fgc1">liga: </span>
633+
<input type="text" readonly value="" class="liga unitRight" />
634+
</div>
635+
</div>
622636
<div class="glyph fs1">
623637
<div class="clearfix bshadow0 pbs">
624638
<span class="mt-scope-accounts-read"></span>

icomoon/fonts/mt-web-icons.eot

240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)