Mercurial > libervia-media
diff fonts/fontello/css/fontello.css @ 87:7ce2d2475363
fonts (icons): add "quote-left" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Nov 2023 17:45:28 +0100 |
parents | b8386ab727ec |
children | 731c65802477 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css Wed Nov 08 16:41:23 2023 +0100 +++ b/fonts/fontello/css/fontello.css Tue Nov 28 17:45:28 2023 +0100 @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?3603334'); - src: url('../font/fontello.eot?3603334#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?3603334') format('woff2'), - url('../font/fontello.woff?3603334') format('woff'), - url('../font/fontello.ttf?3603334') format('truetype'), - url('../font/fontello.svg?3603334#fontello') format('svg'); + src: url('../font/fontello.eot?84022783'); + src: url('../font/fontello.eot?84022783#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?84022783') format('woff2'), + url('../font/fontello.woff?84022783') format('woff'), + url('../font/fontello.ttf?84022783') format('truetype'), + url('../font/fontello.svg?84022783#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -15,7 +15,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?3603334#fontello') format('svg'); + src: url('../font/fontello.svg?84022783#fontello') format('svg'); } } */ @@ -118,6 +118,7 @@ .icon-angle-double-left:before { content: '\f100'; } /* '' */ .icon-angle-double-right:before { content: '\f101'; } /* '' */ .icon-angle-down:before { content: '\f107'; } /* '' */ +.icon-quote-left:before { content: '\f10d'; } /* '' */ .icon-folder-open-empty:before { content: '\f115'; } /* '' */ .icon-smile:before { content: '\f118'; } /* '' */ .icon-unlink:before { content: '\f127'; } /* '' */