source: trunk/admin/themes/default/fontello/css/fontello-codes.css @ 23029

Last change on this file since 23029 was 23029, checked in by rvelices, 11 years ago

feature 2916 Replace raphael with symbol fonts
I added more icons than before (I think it's better as we can find links faster but that's arguable ...)

File size: 1.6 KB
Line 
1@charset "UTF-8";
2
3 
4.icon-home:before { content: '\2302'; } /* '⌂' */
5.icon-star:before { content: '\2605'; } /* '★' */
6.icon-star-empty:before { content: '\2606'; } /* '☆' */
7.icon-cog:before { content: '\2699'; } /* '⚙' */
8.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
9.icon-mail:before { content: '\2709'; } /* '✉' */
10.icon-pencil:before { content: '\270e'; } /* '✎' */
11.icon-plus-circled:before { content: '\2795'; } /* '➕' */
12.icon-asl:before { content: '\e0ad'; } /* '' */
13.icon-eye:before { content: '\e70a'; } /* '' */
14.icon-tags:before { content: '\e70d'; } /* '' */
15.icon-chat:before { content: '\e720'; } /* '' */
16.icon-trash:before { content: '\e729'; } /* '' */
17.icon-basket:before { content: '\e73d'; } /* '' */
18.icon-puzzle:before { content: '\e7b6'; } /* '' */
19.icon-tasks:before { content: '\f0ae'; } /* '' */
20.icon-filter:before { content: '\f0b0'; } /* '' */
21.icon-mail-alt:before { content: '\f0e0'; } /* '' */
22.icon-sitemap:before { content: '\f0e8'; } /* '' */
23.icon-crop:before { content: '\f125'; } /* '' */
24.icon-picture:before { content: '🌄'; } /* '\1f304' */
25.icon-user:before { content: '👤'; } /* '\1f464' */
26.icon-users:before { content: '👥'; } /* '\1f465' */
27.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
28.icon-lock:before { content: '🔒'; } /* '\1f512' */
29.icon-link:before { content: '🔗'; } /* '\1f517' */
30.icon-wrench:before { content: '🔧'; } /* '\1f527' */
31.icon-clock:before { content: '🕔'; } /* '\1f554' */
32.icon-block:before { content: '🚫'; } /* '\1f6ab' */
Note: See TracBrowser for help on using the repository browser.