Mercurial > libervia-media
diff fonts/fontello/css/fontello.css @ 63:925b52d1e0fd 0.7.0a4
fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Jan 2019 20:11:17 +0100 |
parents | af93088008e9 |
children | a0e7fcd735f3 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css Thu Jan 03 10:46:33 2019 +0100 +++ b/fonts/fontello/css/fontello.css Sat Jan 26 20:11:17 2019 +0100 @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?33312139'); - src: url('../font/fontello.eot?33312139#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?33312139') format('woff2'), - url('../font/fontello.woff?33312139') format('woff'), - url('../font/fontello.ttf?33312139') format('truetype'), - url('../font/fontello.svg?33312139#fontello') format('svg'); + src: url('../font/fontello.eot?26405621'); + src: url('../font/fontello.eot?26405621#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?26405621') format('woff2'), + url('../font/fontello.woff?26405621') format('woff'), + url('../font/fontello.ttf?26405621') format('truetype'), + url('../font/fontello.svg?26405621#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?33312139#fontello') format('svg'); + src: url('../font/fontello.svg?26405621#fontello') format('svg'); } } */ @@ -83,13 +83,23 @@ .icon-fast-bw:before { content: '\e819'; } /* '' */ .icon-previous:before { content: '\e81a'; } /* '' */ .icon-next:before { content: '\e81b'; } /* '' */ +.icon-warning:before { content: '\e81c'; } /* '' */ +.icon-info:before { content: '\e81d'; } /* '' */ +.icon-error:before { content: '\e81e'; } /* '' */ +.icon-picture:before { content: '\e81f'; } /* '' */ +.icon-calendar:before { content: '\e820'; } /* '' */ +.icon-heart-filled:before { content: '\e821'; } /* '' */ +.icon-group:before { content: '\e822'; } /* '' */ +.icon-ok:before { content: '\e823'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-angle-double-left:before { content: '\f100'; } /* '' */ .icon-angle-double-right:before { content: '\f101'; } /* '' */ .icon-folder-open-empty:before { content: '\f115'; } /* '' */ +.icon-unlink:before { content: '\f127'; } /* '' */ .icon-shield:before { content: '\f132'; } /* '' */ .icon-level-up:before { content: '\f148'; } /* '' */ .icon-file-image:before { content: '\f1c5'; } /* '' */ .icon-file-audio:before { content: '\f1c7'; } /* '' */ .icon-file-video:before { content: '\f1c8'; } /* '' */ +.icon-brush:before { content: '\f1fc'; } /* '' */ .icon-server:before { content: '\f233'; } /* '' */ \ No newline at end of file