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 trialousmane Kamakate
5,280 PointsI would like to know if he saves the css3 and html icons in the same icon directory. Thanks in advance.
I am confuse as to what happens with the css3 and html icons. I am following every step but only a small tiny box displays after rendering the browser, the icon does not display.
1 Answer
Stephen Bone
12,359 PointsHi Ousmane
You don't actually download the icon images separately as it seems to generate a custom font file containing the all of the icons that you selected.
If you just think of a traditional font file which is essentially a collection of styled images (or glyphs) that relate to the letters and symbols on your keyboard.
It's essentially the same but you have to specify the unique unicode string to select the icon as they don't relate to a particular letter or symbol as a font would normally.
Hope it helps!
Stephen