Mercurial > libervia-media
diff fonts/fontello/css/fontello.css @ 74:5ca5a876fef3
fonts (icons): added "cancel-circled" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Feb 2020 19:44:28 +0100 |
parents | d0a77057c9ab |
children | 255ad1b65519 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css Wed Jan 01 17:52:19 2020 +0100 +++ b/fonts/fontello/css/fontello.css Wed Feb 19 19:44:28 2020 +0100 @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?23985898'); - src: url('../font/fontello.eot?23985898#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?23985898') format('woff2'), - url('../font/fontello.woff?23985898') format('woff'), - url('../font/fontello.ttf?23985898') format('truetype'), - url('../font/fontello.svg?23985898#fontello') format('svg'); + src: url('../font/fontello.eot?73160412'); + src: url('../font/fontello.eot?73160412#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?73160412') format('woff2'), + url('../font/fontello.woff?73160412') format('woff'), + url('../font/fontello.ttf?73160412') format('truetype'), + url('../font/fontello.svg?73160412#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?23985898#fontello') format('svg'); + src: url('../font/fontello.svg?73160412#fontello') format('svg'); } } */ @@ -94,6 +94,7 @@ .icon-forward:before { content: '\e824'; } /* '' */ .icon-box:before { content: '\e825'; } /* '' */ .icon-feed:before { content: '\e826'; } /* '' */ +.icon-cancel-circled:before { content: '\e828'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-angle-double-left:before { content: '\f100'; } /* '' */ .icon-angle-double-right:before { content: '\f101'; } /* '' */