Merge branch 'master' into side-panel
This commit is contained in:
@@ -9,10 +9,42 @@
|
||||
<link rel="stylesheet" href="style.css"></head>
|
||||
<body>
|
||||
<div class="bgc1 clearfix">
|
||||
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs: 93)</small></h1>
|
||||
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs: 95)</small></h1>
|
||||
</div>
|
||||
<div class="clearfix mhl ptl">
|
||||
<h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
|
||||
<div class="glyph fs1">
|
||||
<div class="clearfix bshadow0 pbs">
|
||||
<span class="icon-bin-2">
|
||||
|
||||
</span>
|
||||
<span class="mls"> icon-bin-2</span>
|
||||
</div>
|
||||
<fieldset class="fs0 size1of1 clearfix hidden-false">
|
||||
<input type="text" readonly value="e95e" class="unit size1of2" />
|
||||
<input type="text" maxlength="1" readonly value="" 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="icon-skull-2">
|
||||
|
||||
</span>
|
||||
<span class="mls"> icon-skull-2</span>
|
||||
</div>
|
||||
<fieldset class="fs0 size1of1 clearfix hidden-false">
|
||||
<input type="text" readonly value="e95d" class="unit size1of2" />
|
||||
<input type="text" maxlength="1" readonly value="" 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="icon-cash-payment-bag-1">
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 243 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?fy2oti');
|
||||
src: url('fonts/icomoon.eot?fy2oti#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?fy2oti') format('truetype'),
|
||||
url('fonts/icomoon.woff?fy2oti') format('woff'),
|
||||
url('fonts/icomoon.svg?fy2oti#icomoon') format('svg');
|
||||
src: url('fonts/icomoon.eot?hut0vm');
|
||||
src: url('fonts/icomoon.eot?hut0vm#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?hut0vm') format('truetype'),
|
||||
url('fonts/icomoon.woff?hut0vm') format('woff'),
|
||||
url('fonts/icomoon.svg?hut0vm#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -24,6 +24,12 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-bin-2:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.icon-skull-2:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.icon-cash-payment-bag-1:before {
|
||||
content: "\e900";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user