vendor: add plus icon to fontello
This commit is contained in:
11
vendor/fontello/demo.html
vendored
11
vendor/fontello/demo.html
vendored
@@ -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"></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"></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"></i> <span class="i-name">icon-right-open</span><span class="i-code">0xe803</span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user