diff options
Diffstat (limited to 'static/font/css/fontello.css')
| -rw-r--r-- | static/font/css/fontello.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/static/font/css/fontello.css b/static/font/css/fontello.css index 2a3d708d..691a0f68 100644 --- 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?60305294'); - src: url('../font/fontello.eot?60305294#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?60305294') format('woff2'), - url('../font/fontello.woff?60305294') format('woff'), - url('../font/fontello.ttf?60305294') format('truetype'), - url('../font/fontello.svg?60305294#fontello') format('svg'); + src: url('../font/fontello.eot?43308757'); + src: url('../font/fontello.eot?43308757#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?43308757') format('woff2'), + url('../font/fontello.woff?43308757') format('woff'), + url('../font/fontello.ttf?43308757') format('truetype'), + url('../font/fontello.svg?43308757#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?60305294#fontello') format('svg'); + src: url('../font/fontello.svg?43308757#fontello') format('svg'); } } */ @@ -61,6 +61,7 @@ .icon-star-empty:before { content: '\e803'; } /* '' */ .icon-retweet:before { content: '\e804'; } /* '' */ .icon-eye-off:before { content: '\e805'; } /* '' */ +.icon-search:before { content: '\e806'; } /* '' */ .icon-plus-squared:before { content: '\e806'; } /* '' */ .icon-cog:before { content: '\e807'; } /* '' */ .icon-logout:before { content: '\e808'; } /* '' */ |
