diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-14 13:43:15 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-01 07:36:41 -0400 |
| commit | 57fedd63cacf3bac86d96c4a0d05e941422ec712 (patch) | |
| tree | 10bd2ffacdc2fa1749d5910f838e821c43347be4 /static/font/css/fontello.css | |
| parent | f3fdc92f15312fc5c79da90ab37a26827e80f202 (diff) | |
add gauge icon
Diffstat (limited to 'static/font/css/fontello.css')
| -rwxr-xr-x[-rw-r--r--] | static/font/css/fontello.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/static/font/css/fontello.css b/static/font/css/fontello.css index 653ada3c..a6b3c919 100644..100755 --- a/static/font/css/fontello.css +++ b/static/font/css/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?94788965'); - src: url('../font/fontello.eot?94788965#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?94788965') format('woff2'), - url('../font/fontello.woff?94788965') format('woff'), - url('../font/fontello.ttf?94788965') format('truetype'), - url('../font/fontello.svg?94788965#fontello') format('svg'); + src: url('../font/fontello.eot?70867224'); + src: url('../font/fontello.eot?70867224#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?70867224') format('woff2'), + url('../font/fontello.woff?70867224') format('woff'), + url('../font/fontello.ttf?70867224') format('truetype'), + url('../font/fontello.svg?70867224#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -15,7 +15,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?94788965#fontello') format('svg'); + src: url('../font/fontello.svg?70867224#fontello') format('svg'); } } */ @@ -83,12 +83,14 @@ .icon-pin:before { content: '\e819'; } /* '' */ .icon-wrench:before { content: '\e81a'; } /* '' */ .icon-chart-bar:before { content: '\e81b'; } /* '' */ +.icon-zoom-in:before { content: '\e81c'; } /* '' */ .icon-spin3:before { content: '\e832'; } /* '' */ .icon-spin4:before { content: '\e834'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ .icon-link-ext-alt:before { content: '\f08f'; } /* '' */ .icon-menu:before { content: '\f0c9'; } /* '' */ .icon-mail-alt:before { content: '\f0e0'; } /* '' */ +.icon-gauge:before { content: '\f0e4'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-bell-alt:before { content: '\f0f3'; } /* '' */ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ |
