mfeat:Add icon justify

This commit is contained in:
q378532364 2020-10-21 21:43:34 +08:00
parent 1e26141502
commit f0b6f597e7
9 changed files with 29 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<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:&nbsp;36)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;37)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 16</h1>
@ -447,6 +447,20 @@
<input type="text" readonly value="checkbox-checked, checkbox" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-paragraph-justify"></span>
<span class="mls"> icon-paragraph-justify</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="ea7a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xea7a;" 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="paragraph-justify, wysiwyg28" class="liga unitRight" />
</div>
</div>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 14</h1>

Binary file not shown.

View File

@ -36,6 +36,7 @@
<glyph unicode="&#xea77;" glyph-name="paragraph-left" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xea78;" glyph-name="paragraph-center" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xea79;" glyph-name="paragraph-right" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xea7a;" glyph-name="paragraph-justify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
<glyph unicode="&#xea7b;" glyph-name="indent-increase" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
<glyph unicode="&#xea7c;" glyph-name="indent-decrease" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
<glyph unicode="&#xf00d;" glyph-name="close, remove, times" horiz-adv-x="805" d="M741.714 195.428q0-22.857-16-38.857l-77.714-77.714q-16-16-38.857-16t-38.857 16l-168 168-168-168q-16-16-38.857-16t-38.857 16l-77.714 77.714q-16 16-16 38.857t16 38.857l168 168-168 168q-16 16-16 38.857t16 38.857l77.714 77.714q16 16 38.857 16t38.857-16l168-168 168 168q16 16 38.857 16t38.857-16l77.714-77.714q16-16 16-38.857t-16-38.857l-168-168 168-168q16-16 16-38.857z" />

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?wloki');
src: url('fonts/icomoon.eot?wloki#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?wloki') format('truetype'),
url('fonts/icomoon.woff?wloki') format('woff'),
url('fonts/icomoon.svg?wloki#icomoon') format('svg');
src: url('fonts/icomoon.eot?gma8qy');
src: url('fonts/icomoon.eot?gma8qy#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?gma8qy') format('truetype'),
url('fonts/icomoon.woff?gma8qy') format('woff'),
url('fonts/icomoon.svg?gma8qy#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@ -118,6 +118,9 @@
.icon-checkbox-checked:before {
content: "\ea52";
}
.icon-paragraph-justify:before {
content: "\ea7a";
}
.icon-close:before {
content: "\f00d";
}

Binary file not shown.

View File

@ -91,6 +91,9 @@
.w-e-icon-paragraph-right:before {
content: "\ea79";
}
.w-e-icon-paragraph-justify:before {
content: "\ea7a";
}
.w-e-icon-terminal:before {
content: "\f120";
}
@ -129,4 +132,4 @@
}
.w-e-icon-checkbox-checked:before {
content: "\ea52";
}
}