Add upload image to icon font.
This commit is contained in:
parent
a5edcef24d
commit
dcb7fd1440
12 changed files with 34 additions and 18 deletions
|
@ -229,11 +229,11 @@ body {
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('./font/fontello.eot?51751583');
|
||||
src: url('./font/fontello.eot?51751583#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?51751583') format('woff'),
|
||||
url('./font/fontello.ttf?51751583') format('truetype'),
|
||||
url('./font/fontello.svg?51751583#fontello') format('svg');
|
||||
src: url('./font/fontello.eot?93026246');
|
||||
src: url('./font/fontello.eot?93026246#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?93026246') format('woff'),
|
||||
url('./font/fontello.ttf?93026246') format('truetype'),
|
||||
url('./font/fontello.svg?93026246#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -304,6 +304,9 @@ body {
|
|||
<div title="Code: 0xe800" class="the-icons span3"><i class="demo-icon icon-retweet"></i> <span class="i-name">icon-retweet</span><span class="i-code">0xe800</span></div>
|
||||
<div title="Code: 0xe801" class="the-icons span3"><i class="demo-icon icon-star"></i> <span class="i-name">icon-star</span><span class="i-code">0xe801</span></div>
|
||||
<div title="Code: 0xe802" class="the-icons span3"><i class="demo-icon icon-star-empty"></i> <span class="i-name">icon-star-empty</span><span class="i-code">0xe802</span></div>
|
||||
<div title="Code: 0xe803" class="the-icons span3"><i class="demo-icon icon-upload"></i> <span class="i-name">icon-upload</span><span class="i-code">0xe803</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div title="Code: 0xf112" class="the-icons span3"><i class="demo-icon icon-reply"></i> <span class="i-name">icon-reply</span><span class="i-code">0xf112</span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue