Mercurial > libervia-media
diff fonts/fontello/css/fontello.css @ 47:56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 29 Apr 2018 12:06:36 +0200 |
parents | 3cd7354ab2dc |
children | 00f80adfcf0e |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css Tue Mar 27 08:34:18 2018 +0200 +++ b/fonts/fontello/css/fontello.css Sun Apr 29 12:06:36 2018 +0200 @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?29870588'); - src: url('../font/fontello.eot?29870588#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?29870588') format('woff2'), - url('../font/fontello.woff?29870588') format('woff'), - url('../font/fontello.ttf?29870588') format('truetype'), - url('../font/fontello.svg?29870588#fontello') format('svg'); + src: url('../font/fontello.eot?85722396'); + src: url('../font/fontello.eot?85722396#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?85722396') format('woff2'), + url('../font/fontello.woff?85722396') format('woff'), + url('../font/fontello.ttf?85722396') format('truetype'), + url('../font/fontello.svg?85722396#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?29870588#fontello') format('svg'); + src: url('../font/fontello.svg?85722396#fontello') format('svg'); } } */ @@ -63,6 +63,13 @@ .icon-blog:before { content: '\e805'; } /* '' */ .icon-clipboard:before { content: '\e806'; } /* '' */ .icon-merge:before { content: '\e807'; } /* '' */ +.icon-lock:before { content: '\e808'; } /* '' */ +.icon-lock-filled:before { content: '\e809'; } /* '' */ +.icon-lock-open:before { content: '\e80a'; } /* '' */ +.icon-lock-open-filled:before { content: '\e80b'; } /* '' */ +.icon-plus-circled:before { content: '\e80c'; } /* '' */ +.icon-resize-vertical:before { content: '\e80d'; } /* '' */ +.icon-dot-3:before { content: '\e80e'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ .icon-folder-open-empty:before { content: '\f115'; } /* '' */ .icon-level-up:before { content: '\f148'; } /* '' */