Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website HTML First Create the Content Containers

Jim McQuarrie
Jim McQuarrie
10,597 Points

TM-Icons

I have a template that I used in the past that uses a TM icon set, and now that I am building my own site, I would like to know if anyone can tell me if this is available to use . I tried googling this and could find a couple files but none that I can open or work with. Or is there are other free fonts available. Thanks Jim

4 Answers

Julian Aramburu
Julian Aramburu
11,368 Points

Hi Jim! You mean Trademark icons? You could use fontawesome for that!

Hope it helps :)!

Jim McQuarrie
Jim McQuarrie
10,597 Points

I placed the font-awesome in my site using the Bootstrap CDN, can these be overridden inline to style the color using the CDN? (I have tried with no luck)

Thanks, Jim

Jim McQuarrie
Jim McQuarrie
10,597 Points

I got it :) No need to answer

<i class="fa fa-mobile fa-5x" style="color: red;"></i>