Mercurial > libervia-media
comparison 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 |
comparison
equal
deleted
inserted
replaced
62:af93088008e9 | 63:925b52d1e0fd |
---|---|
1 @font-face { | 1 @font-face { |
2 font-family: 'fontello'; | 2 font-family: 'fontello'; |
3 src: url('../font/fontello.eot?33312139'); | 3 src: url('../font/fontello.eot?26405621'); |
4 src: url('../font/fontello.eot?33312139#iefix') format('embedded-opentype'), | 4 src: url('../font/fontello.eot?26405621#iefix') format('embedded-opentype'), |
5 url('../font/fontello.woff2?33312139') format('woff2'), | 5 url('../font/fontello.woff2?26405621') format('woff2'), |
6 url('../font/fontello.woff?33312139') format('woff'), | 6 url('../font/fontello.woff?26405621') format('woff'), |
7 url('../font/fontello.ttf?33312139') format('truetype'), | 7 url('../font/fontello.ttf?26405621') format('truetype'), |
8 url('../font/fontello.svg?33312139#fontello') format('svg'); | 8 url('../font/fontello.svg?26405621#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?33312139#fontello') format('svg'); | 18 src: url('../font/fontello.svg?26405621#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 { |
81 .icon-pause:before { content: '\e817'; } /* '' */ | 81 .icon-pause:before { content: '\e817'; } /* '' */ |
82 .icon-fast-fw:before { content: '\e818'; } /* '' */ | 82 .icon-fast-fw:before { content: '\e818'; } /* '' */ |
83 .icon-fast-bw:before { content: '\e819'; } /* '' */ | 83 .icon-fast-bw:before { content: '\e819'; } /* '' */ |
84 .icon-previous:before { content: '\e81a'; } /* '' */ | 84 .icon-previous:before { content: '\e81a'; } /* '' */ |
85 .icon-next:before { content: '\e81b'; } /* '' */ | 85 .icon-next:before { content: '\e81b'; } /* '' */ |
86 .icon-warning:before { content: '\e81c'; } /* '' */ | |
87 .icon-info:before { content: '\e81d'; } /* '' */ | |
88 .icon-error:before { content: '\e81e'; } /* '' */ | |
89 .icon-picture:before { content: '\e81f'; } /* '' */ | |
90 .icon-calendar:before { content: '\e820'; } /* '' */ | |
91 .icon-heart-filled:before { content: '\e821'; } /* '' */ | |
92 .icon-group:before { content: '\e822'; } /* '' */ | |
93 .icon-ok:before { content: '\e823'; } /* '' */ | |
86 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ | 94 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
87 .icon-angle-double-left:before { content: '\f100'; } /* '' */ | 95 .icon-angle-double-left:before { content: '\f100'; } /* '' */ |
88 .icon-angle-double-right:before { content: '\f101'; } /* '' */ | 96 .icon-angle-double-right:before { content: '\f101'; } /* '' */ |
89 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ | 97 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
98 .icon-unlink:before { content: '\f127'; } /* '' */ | |
90 .icon-shield:before { content: '\f132'; } /* '' */ | 99 .icon-shield:before { content: '\f132'; } /* '' */ |
91 .icon-level-up:before { content: '\f148'; } /* '' */ | 100 .icon-level-up:before { content: '\f148'; } /* '' */ |
92 .icon-file-image:before { content: '\f1c5'; } /* '' */ | 101 .icon-file-image:before { content: '\f1c5'; } /* '' */ |
93 .icon-file-audio:before { content: '\f1c7'; } /* '' */ | 102 .icon-file-audio:before { content: '\f1c7'; } /* '' */ |
94 .icon-file-video:before { content: '\f1c8'; } /* '' */ | 103 .icon-file-video:before { content: '\f1c8'; } /* '' */ |
104 .icon-brush:before { content: '\f1fc'; } /* '' */ | |
95 .icon-server:before { content: '\f233'; } /* '' */ | 105 .icon-server:before { content: '\f233'; } /* '' */ |