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 :)

Comments

  1. 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/

    ReplyDelete
  2. I think you can use tags and advanced CSS, without using FontAwesome, like this:

    .tag_next_todo span.userContent:before {
      content: "\1F332"; 
      font-size: 13px;     
      padding-right: 2px;
    }

    ReplyDelete
  3. 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.

    ReplyDelete
  4. Stuart Gibbons Not yet. So far we don't have a serious need for the additional icons.

    FontAwesome upgrade requires noticeable CSS rework, and without an urgent need, I would not want to do it.

    ReplyDelete
  5. Ah OK, thought there must be a good reason, thanks

    ReplyDelete
  6. ok, 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

Post a Comment

Popular posts from this blog

Hello friends

I'm really enjoy using checkvist, you are adding great features very quickly.