vendor: add plus icon to fontello

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 16:39:41 -08:00
parent 527dde8ca6
commit 57dcc296dc
11 changed files with 30 additions and 17 deletions

View File

@@ -229,11 +229,11 @@ body {
}
@font-face {
font-family: 'fontello';
src: url('./font/fontello.eot?1335634');
src: url('./font/fontello.eot?1335634#iefix') format('embedded-opentype'),
url('./font/fontello.woff?1335634') format('woff'),
url('./font/fontello.ttf?1335634') format('truetype'),
url('./font/fontello.svg?1335634#fontello') format('svg');
src: url('./font/fontello.eot?56023205');
src: url('./font/fontello.eot?56023205#iefix') format('embedded-opentype'),
url('./font/fontello.woff?56023205') format('woff'),
url('./font/fontello.ttf?56023205') format('truetype'),
url('./font/fontello.svg?56023205#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -301,6 +301,7 @@ body {
</div>
<div id="icons" class="container">
<div class="row">
<div title="Code: 0xe801" class="the-icons span3"><i class="demo-icon icon-plus">&#xe801;</i> <span class="i-name">icon-plus</span><span class="i-code">0xe801</span></div>
<div title="Code: 0xe802" class="the-icons span3"><i class="demo-icon icon-left-open">&#xe802;</i> <span class="i-name">icon-left-open</span><span class="i-code">0xe802</span></div>
<div title="Code: 0xe803" class="the-icons span3"><i class="demo-icon icon-right-open">&#xe803;</i> <span class="i-name">icon-right-open</span><span class="i-code">0xe803</span></div>
</div>