diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 03:40:07 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:08 -0400 |
| commit | e503243be377f3e2d83183ec8f9fa0824f3dc446 (patch) | |
| tree | addeb67d73cbc9098ed014bfe4192762ceb5fce0 /static/font/demo.html | |
| parent | 2ab00387fe8c335fe554249cd354eadfdb79d57b (diff) | |
add bell-off font icon
Diffstat (limited to 'static/font/demo.html')
| -rwxr-xr-x[-rw-r--r--] | static/font/demo.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/font/demo.html b/static/font/demo.html index a1e14322..326cbbf1 100644..100755 --- a/static/font/demo.html +++ b/static/font/demo.html @@ -229,11 +229,11 @@ body { } @font-face { font-family: 'fontello'; - src: url('./font/fontello.eot?14310629'); - src: url('./font/fontello.eot?14310629#iefix') format('embedded-opentype'), - url('./font/fontello.woff?14310629') format('woff'), - url('./font/fontello.ttf?14310629') format('truetype'), - url('./font/fontello.svg?14310629#fontello') format('svg'); + src: url('./font/fontello.eot?14832180'); + src: url('./font/fontello.eot?14832180#iefix') format('embedded-opentype'), + url('./font/fontello.woff?14832180') format('woff'), + url('./font/fontello.ttf?14832180') format('truetype'), + url('./font/fontello.svg?14832180#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -361,6 +361,9 @@ body { <div class="the-icons span3" title="Code: 0xf144"><i class="demo-icon icon-play-circled"></i> <span class="i-name">icon-play-circled</span><span class="i-code">0xf144</span></div> <div class="the-icons span3" title="Code: 0xf164"><i class="demo-icon icon-thumbs-up-alt"></i> <span class="i-name">icon-thumbs-up-alt</span><span class="i-code">0xf164</span></div> <div class="the-icons span3" title="Code: 0xf1e5"><i class="demo-icon icon-binoculars"></i> <span class="i-name">icon-binoculars</span><span class="i-code">0xf1e5</span></div> + <div class="the-icons span3" title="Code: 0xf1f6"><i class="demo-icon icon-bell-off"></i> <span class="i-name">icon-bell-off</span><span class="i-code">0xf1f6</span></div> + </div> + <div class="row"> <div class="the-icons span3" title="Code: 0xf234"><i class="demo-icon icon-user-plus"></i> <span class="i-name">icon-user-plus</span><span class="i-code">0xf234</span></div> </div> </div> |
