Mercurial > libervia-media
comparison fonts/fontello/css/fontello.css @ 82:d31fac1efcee v0.8.0
fonts (icons): add "plus" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 27 Feb 2021 21:13:49 +0100 |
parents | 7b2df5255b79 |
children | b0816cd750fa |
comparison
equal
deleted
inserted
replaced
81:7b2df5255b79 | 82:d31fac1efcee |
---|---|
1 @font-face { | 1 @font-face { |
2 font-family: 'fontello'; | 2 font-family: 'fontello'; |
3 src: url('../font/fontello.eot?64711335'); | 3 src: url('../font/fontello.eot?37425780'); |
4 src: url('../font/fontello.eot?64711335#iefix') format('embedded-opentype'), | 4 src: url('../font/fontello.eot?37425780#iefix') format('embedded-opentype'), |
5 url('../font/fontello.woff2?64711335') format('woff2'), | 5 url('../font/fontello.woff2?37425780') format('woff2'), |
6 url('../font/fontello.woff?64711335') format('woff'), | 6 url('../font/fontello.woff?37425780') format('woff'), |
7 url('../font/fontello.ttf?64711335') format('truetype'), | 7 url('../font/fontello.ttf?37425780') format('truetype'), |
8 url('../font/fontello.svg?64711335#fontello') format('svg'); | 8 url('../font/fontello.svg?37425780#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?64711335#fontello') format('svg'); | 18 src: url('../font/fontello.svg?37425780#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 { |
107 .icon-volume-up:before { content: '\e830'; } /* '' */ | 107 .icon-volume-up:before { content: '\e830'; } /* '' */ |
108 .icon-resize-full:before { content: '\e831'; } /* '' */ | 108 .icon-resize-full:before { content: '\e831'; } /* '' */ |
109 .icon-resize-small:before { content: '\e832'; } /* '' */ | 109 .icon-resize-small:before { content: '\e832'; } /* '' */ |
110 .icon-check:before { content: '\e833'; } /* '' */ | 110 .icon-check:before { content: '\e833'; } /* '' */ |
111 .icon-publish:before { content: '\e834'; } /* '' */ | 111 .icon-publish:before { content: '\e834'; } /* '' */ |
112 .icon-plus:before { content: '\e836'; } /* '' */ | |
112 .icon-mail-filled:before { content: '\f0e0'; } /* '' */ | 113 .icon-mail-filled:before { content: '\f0e0'; } /* '' */ |
113 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ | 114 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
114 .icon-angle-double-left:before { content: '\f100'; } /* '' */ | 115 .icon-angle-double-left:before { content: '\f100'; } /* '' */ |
115 .icon-angle-double-right:before { content: '\f101'; } /* '' */ | 116 .icon-angle-double-right:before { content: '\f101'; } /* '' */ |
116 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ | 117 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |