commented some buttons and displays for features not yet implemented
This commit is contained in:
@@ -187,7 +187,8 @@
|
||||
.fa-user:before,
|
||||
.fa-user-circle-o:before,
|
||||
.fa-user-plus:before,
|
||||
.fa-users:before {
|
||||
.fa-users:before,
|
||||
.fa-wrench:before {
|
||||
display: inline-block;
|
||||
font-family: "fa-dtbl-1";
|
||||
font-style: normal;
|
||||
@@ -229,6 +230,7 @@
|
||||
.fa-user-circle-o:before { content: "\f118"; }
|
||||
.fa-user-plus:before { content: "\f119"; }
|
||||
.fa-users:before { content: "\f11a"; }
|
||||
.fa-wrench:before { content: "\f11b"; }
|
||||
</style>
|
||||
|
||||
<!--[if lte IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
@@ -244,7 +246,7 @@
|
||||
<body class="characters-off">
|
||||
<div id="page" class="container">
|
||||
<header>
|
||||
<h1>fa-dtbl-1 contains 27 glyphs:</h1>
|
||||
<h1>fa-dtbl-1 contains 28 glyphs:</h1>
|
||||
<a onclick="toggleCharacters(); return false;" href="#">Toggle Preview Characters</a>
|
||||
</header>
|
||||
|
||||
@@ -602,6 +604,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glyph">
|
||||
<div class="preview-glyphs">
|
||||
<span class="step size-12"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-21"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-24"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-36"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-48"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-60"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span><span class="step size-72"><span class="letters">Pp</span><i id="fa-wrench" class="fa-wrench"></i></span>
|
||||
</div>
|
||||
<div class="preview-scale">
|
||||
<span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fa-wrench" />
|
||||
<input class="point" type="text" readonly="readonly" onClick="this.select();" value="&#xf11b;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer>
|
||||
Made with love using <a href="http://fontcustom.com">Font Custom</a>.
|
||||
|
||||
Reference in New Issue
Block a user