Hi I would like more icons then are available in font awesome 3.2.1 Is there a way to add more icons to checkvist?
Hi I would like more icons then are available in font awesome 3.2.1 Is there a way to add more icons to checkvist? like fonts in font awesome library later then 3.2.1. by downloading the set, or using custom CSS? or inline image? any ideas? thanks :)
Hello Erik, I think you can use non-FontAwesome icons, available in the Unicode character table: http://unicode-table.com/en/blocks/miscellaneous-symbols-and-pictographs/
ReplyDeleteI think you can use tags and advanced CSS, without using FontAwesome, like this:
ReplyDelete.tag_next_todo span.userContent:before {
content: "\1F332";
font-size: 13px;
padding-right: 2px;
}
Kirill Maximov any plans to support later versions than 3.2.1 of FontAwesome? Their latest additions to the set didn't work in checkvist last time I tried.
ReplyDeleteStuart Gibbons Not yet. So far we don't have a serious need for the additional icons.
ReplyDeleteFontAwesome upgrade requires noticeable CSS rework, and without an urgent need, I would not want to do it.
Ah OK, thought there must be a good reason, thanks
ReplyDeleteok, probably will work to CSS of tag with @font-face and then take a local font. when it works i'll post it here
ReplyDelete