Okay I already have installed these icon fonts but i don't know how to add them to every tab like for the NEWS tab which is a link to my wordpress and the home of my website and for PHONES tab because my website is about Android devices....
Do i have to add in css_additional.css simply:
Code:
.news {
content: /f221;
}
.phones {
content: /f004;
}
??
Can i add these icons with just html?
Thanks for answers.