Stacking FontAwesome Icons?
___TTT___/ http://www.trumpetexercises.net
(_|||_) \ - Janne
___TTT___/ http://www.trumpetexercises.net
(_|||_) \ - Janne
It looks like the classes for Font Awesome v4 were rewritten according to the link you referenced. Wikidot is currently using v3.2.1.
<head>
...
<link href="http://d3g0gp89917ko0.cloudfront.net/v--c67e663218b6/common--fonts/awesome/3.2.1/font-awesome.min.css" rel="stylesheet">
...
</head>
At this point, I think you'll have to add your own custom classes to do the stacking.
Hi Ed and thanks for the info, I'll try to figure it out!
Edit: Oops, wrong account. It's jjs here, as in the original post.
Kertomo Productions
Here's the Font Awesome 4 CSS that has what you need. You could copy just the parts you need or download v4.2 and add it to your site using an @import… rule.