Add spinner/reload glyphs
This commit is contained in:
parent
ee009f63dd
commit
30ead13db3
13 changed files with 56 additions and 19 deletions
|
@ -229,11 +229,11 @@ body {
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
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');
|
||||
src: url('./font/fontello.eot?69028437');
|
||||
src: url('./font/fontello.eot?69028437#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?69028437') format('woff'),
|
||||
url('./font/fontello.ttf?69028437') format('truetype'),
|
||||
url('./font/fontello.svg?69028437#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -307,6 +307,8 @@ body {
|
|||
<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: 0xe832" class="the-icons span3"><i class="demo-icon icon-spin3 animate-spin"></i> <span class="i-name">icon-spin3</span><span class="i-code">0xe832</span></div>
|
||||
<div title="Code: 0xe834" class="the-icons span3"><i class="demo-icon icon-spin4 animate-spin"></i> <span class="i-name">icon-spin4</span><span class="i-code">0xe834</span></div>
|
||||
<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