Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other FontAwesome List Format

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #187117
    Anonymous
    Inactive

    This forum may not be the right place to ask this question but I don’t know where else to put it.

    I want to implement all the fontawesome icons into my page in this format

      <li class=”fa fa-star”>
      <li class=”fa fa-dribbble”>
      <li class=”fa fa-stackoverflow”>
      etc…

    I can do this manually but it will take allot of time and I may miss some icons. I saw the fontAwesome webpage and they have it in a different format. I know that I can simply remove all classes and style their format but they have extra and unnecessary elements and text I don’t need.

    So is there a stackOverflow icons format like the one above, or Is there a way for me to copy all the fa- icon classes and paste them dynamically?

    #187120
    Paulie_D
    Member

    MOD NOTE – Moved to Other Discussions.

    Sometimes you just have to put the work in. Frankly, I’m not sure why you need this..the icons are listed on the FA site aren’t they?

    http://fortawesome.github.io/Font-Awesome/cheatsheet/

    So is there a stackOverflow icons format

    No idea what this is. SO is an online community…it doesn’t have a ‘font format’

    #187139
    Anonymous
    Inactive

    Didnt think of that. I guess I could use jquery to get the class value and append the classes to li’s and download the page.

    It didn’t even take a minute.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.