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