Mercurial > libervia-media
comparison 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 |
comparison
equal
deleted
inserted
replaced
46:3cd7354ab2dc | 47:56344bb45feb |
---|---|
1 @font-face { | 1 @font-face { |
2 font-family: 'fontello'; | 2 font-family: 'fontello'; |
3 src: url('../font/fontello.eot?29870588'); | 3 src: url('../font/fontello.eot?85722396'); |
4 src: url('../font/fontello.eot?29870588#iefix') format('embedded-opentype'), | 4 src: url('../font/fontello.eot?85722396#iefix') format('embedded-opentype'), |
5 url('../font/fontello.woff2?29870588') format('woff2'), | 5 url('../font/fontello.woff2?85722396') format('woff2'), |
6 url('../font/fontello.woff?29870588') format('woff'), | 6 url('../font/fontello.woff?85722396') format('woff'), |
7 url('../font/fontello.ttf?29870588') format('truetype'), | 7 url('../font/fontello.ttf?85722396') format('truetype'), |
8 url('../font/fontello.svg?29870588#fontello') format('svg'); | 8 url('../font/fontello.svg?85722396#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?29870588#fontello') format('svg'); | 18 src: url('../font/fontello.svg?85722396#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 { |
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-blog:before { content: '\e805'; } /* '' */ |
64 .icon-clipboard:before { content: '\e806'; } /* '' */ | 64 .icon-clipboard:before { content: '\e806'; } /* '' */ |
65 .icon-merge:before { content: '\e807'; } /* '' */ | 65 .icon-merge:before { content: '\e807'; } /* '' */ |
66 .icon-lock:before { content: '\e808'; } /* '' */ | |
67 .icon-lock-filled:before { content: '\e809'; } /* '' */ | |
68 .icon-lock-open:before { content: '\e80a'; } /* '' */ | |
69 .icon-lock-open-filled:before { content: '\e80b'; } /* '' */ | |
70 .icon-plus-circled:before { content: '\e80c'; } /* '' */ | |
71 .icon-resize-vertical:before { content: '\e80d'; } /* '' */ | |
72 .icon-dot-3:before { content: '\e80e'; } /* '' */ | |
66 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ | 73 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
67 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ | 74 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
68 .icon-level-up:before { content: '\f148'; } /* '' */ | 75 .icon-level-up:before { content: '\f148'; } /* '' */ |
69 .icon-file-image:before { content: '\f1c5'; } /* '' */ | 76 .icon-file-image:before { content: '\f1c5'; } /* '' */ |
70 .icon-file-audio:before { content: '\f1c7'; } /* '' */ | 77 .icon-file-audio:before { content: '\f1c7'; } /* '' */ |