Mercurial > libervia-media
comparison fonts/fontello/css/fontello.css @ 44:76c1ffbeb119
fonts (icons): added "blog" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 26 Mar 2018 08:08:50 +0200 |
parents | edbbdece2a68 |
children | 1d4716222c41 |
comparison
equal
deleted
inserted
replaced
43:edbbdece2a68 | 44:76c1ffbeb119 |
---|---|
1 @font-face { | 1 @font-face { |
2 font-family: 'fontello'; | 2 font-family: 'fontello'; |
3 src: url('../font/fontello.eot?3125614'); | 3 src: url('../font/fontello.eot?16552621'); |
4 src: url('../font/fontello.eot?3125614#iefix') format('embedded-opentype'), | 4 src: url('../font/fontello.eot?16552621#iefix') format('embedded-opentype'), |
5 url('../font/fontello.woff2?3125614') format('woff2'), | 5 url('../font/fontello.woff2?16552621') format('woff2'), |
6 url('../font/fontello.woff?3125614') format('woff'), | 6 url('../font/fontello.woff?16552621') format('woff'), |
7 url('../font/fontello.ttf?3125614') format('truetype'), | 7 url('../font/fontello.ttf?16552621') format('truetype'), |
8 url('../font/fontello.svg?3125614#fontello') format('svg'); | 8 url('../font/fontello.svg?16552621#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?3125614#fontello') format('svg'); | 18 src: url('../font/fontello.svg?16552621#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 { |
58 .icon-doc:before { content: '\e800'; } /* '' */ | 58 .icon-doc:before { content: '\e800'; } /* '' */ |
59 .icon-desktop:before { content: '\e801'; } /* '' */ | 59 .icon-desktop:before { content: '\e801'; } /* '' */ |
60 .icon-mobile:before { content: '\e802'; } /* '' */ | 60 .icon-mobile:before { content: '\e802'; } /* '' */ |
61 .icon-globe:before { content: '\e803'; } /* '' */ | 61 .icon-globe:before { content: '\e803'; } /* '' */ |
62 .icon-terminal:before { content: '\e804'; } /* '' */ | 62 .icon-terminal:before { content: '\e804'; } /* '' */ |
63 .icon-blog:before { content: '\e805'; } /* '' */ | |
63 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ | 64 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
64 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ | 65 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
65 .icon-level-up:before { content: '\f148'; } /* '' */ | 66 .icon-level-up:before { content: '\f148'; } /* '' */ |
66 .icon-file-image:before { content: '\f1c5'; } /* '' */ | 67 .icon-file-image:before { content: '\f1c5'; } /* '' */ |
67 .icon-file-audio:before { content: '\f1c7'; } /* '' */ | 68 .icon-file-audio:before { content: '\f1c7'; } /* '' */ |