"How to Make a Website" was retired on March 24, 2020. You are now viewing the recommended replacement.

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

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

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

Hope it helps :)!

thank you that works

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

I got it :) No need to answer

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