1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-12 03:34:06 +02:00

Add Bountysource icon (FontAwesome "dollar" icon)

See f994ef191c
This commit is contained in:
Daniel Rudolf
2018-07-01 14:45:05 +02:00
parent 1526e6eb47
commit db2463c9b6
9 changed files with 20 additions and 10 deletions

13
css/fontello.css vendored
View File

@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../icon/fontello.eot?13793670');
src: url('../icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
url('../icon/fontello.woff2?13793670') format('woff2'),
url('../icon/fontello.woff?13793670') format('woff'),
url('../icon/fontello.ttf?13793670') format('truetype'),
url('../icon/fontello.svg?13793670#fontello') format('svg');
src: url('../icon/fontello.eot?29729916');
src: url('../icon/fontello.eot?29729916#iefix') format('embedded-opentype'),
url('../icon/fontello.woff2?29729916') format('woff2'),
url('../icon/fontello.woff?29729916') format('woff'),
url('../icon/fontello.ttf?29729916') format('truetype'),
url('../icon/fontello.svg?29729916#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -58,3 +58,4 @@
.icon-chat:before { content: '\e800'; } /* '' */
.icon-octocat:before { content: '\f09b'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */