Mercurial > libervia-media
diff fonts/fontello/css/fontello.css @ 76:0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 May 2020 20:55:59 +0200 |
parents | 255ad1b65519 |
children | 7bc307f36741 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css Sun Feb 23 16:26:14 2020 +0100 +++ b/fonts/fontello/css/fontello.css Wed May 06 20:55:59 2020 +0200 @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - 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'); + src: url('../font/fontello.eot?41918141'); + src: url('../font/fontello.eot?41918141#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?41918141') format('woff2'), + url('../font/fontello.woff?41918141') format('woff'), + url('../font/fontello.ttf?41918141') format('truetype'), + url('../font/fontello.svg?41918141#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?33881552#fontello') format('svg'); + src: url('../font/fontello.svg?41918141#fontello') format('svg'); } } */ @@ -97,6 +97,10 @@ .icon-upload:before { content: '\e827'; } /* '' */ .icon-cancel-circled:before { content: '\e828'; } /* '' */ .icon-loop-alt:before { content: '\e829'; } /* '' */ +.icon-person:before { content: '\e82a'; } /* '' */ +.icon-key:before { content: '\e82b'; } /* '' */ +.icon-mail:before { content: '\e82c'; } /* '' */ +.icon-mail-filled:before { content: '\f0e0'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-angle-double-left:before { content: '\f100'; } /* '' */ .icon-angle-double-right:before { content: '\f101'; } /* '' */