Mercurial > libervia-media
comparison fonts/fontello/css/fontello.css @ 68:a9637d6fc4e6
fonts (icons): added "feed" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Jul 2019 20:05:36 +0200 |
parents | b7bc4a365708 |
children | 8fbcc243bba4 |
comparison
equal
deleted
inserted
replaced
67:b7bc4a365708 | 68:a9637d6fc4e6 |
---|---|
1 @font-face { | 1 @font-face { |
2 font-family: 'fontello'; | 2 font-family: 'fontello'; |
3 src: url('../font/fontello.eot?53170366'); | 3 src: url('../font/fontello.eot?24254542'); |
4 src: url('../font/fontello.eot?53170366#iefix') format('embedded-opentype'), | 4 src: url('../font/fontello.eot?24254542#iefix') format('embedded-opentype'), |
5 url('../font/fontello.woff2?53170366') format('woff2'), | 5 url('../font/fontello.woff2?24254542') format('woff2'), |
6 url('../font/fontello.woff?53170366') format('woff'), | 6 url('../font/fontello.woff?24254542') format('woff'), |
7 url('../font/fontello.ttf?53170366') format('truetype'), | 7 url('../font/fontello.ttf?24254542') format('truetype'), |
8 url('../font/fontello.svg?53170366#fontello') format('svg'); | 8 url('../font/fontello.svg?24254542#fontello') format('svg'); |
9 font-weight: normal; | 9 font-weight: normal; |
10 font-style: normal; | 10 font-style: normal; |
11 } | 11 } |
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ | 12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ | 13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
14 /* | 14 /* |
15 @media screen and (-webkit-min-device-pixel-ratio:0) { | 15 @media screen and (-webkit-min-device-pixel-ratio:0) { |
16 @font-face { | 16 @font-face { |
17 font-family: 'fontello'; | 17 font-family: 'fontello'; |
18 src: url('../font/fontello.svg?53170366#fontello') format('svg'); | 18 src: url('../font/fontello.svg?24254542#fontello') format('svg'); |
19 } | 19 } |
20 } | 20 } |
21 */ | 21 */ |
22 | 22 |
23 [class^="icon-"]:before, [class*=" icon-"]:before { | 23 [class^="icon-"]:before, [class*=" icon-"]:before { |
91 .icon-heart-filled:before { content: '\e821'; } /* '' */ | 91 .icon-heart-filled:before { content: '\e821'; } /* '' */ |
92 .icon-group:before { content: '\e822'; } /* '' */ | 92 .icon-group:before { content: '\e822'; } /* '' */ |
93 .icon-ok:before { content: '\e823'; } /* '' */ | 93 .icon-ok:before { content: '\e823'; } /* '' */ |
94 .icon-forward:before { content: '\e824'; } /* '' */ | 94 .icon-forward:before { content: '\e824'; } /* '' */ |
95 .icon-box:before { content: '\e825'; } /* '' */ | 95 .icon-box:before { content: '\e825'; } /* '' */ |
96 .icon-feed:before { content: '\e826'; } /* '' */ | |
96 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ | 97 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
97 .icon-angle-double-left:before { content: '\f100'; } /* '' */ | 98 .icon-angle-double-left:before { content: '\f100'; } /* '' */ |
98 .icon-angle-double-right:before { content: '\f101'; } /* '' */ | 99 .icon-angle-double-right:before { content: '\f101'; } /* '' */ |
99 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ | 100 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
100 .icon-unlink:before { content: '\f127'; } /* '' */ | 101 .icon-unlink:before { content: '\f127'; } /* '' */ |