Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which files do I install for Font Awesome

Tags:

font-awesome

Hello,
I am working on adding Font Awesome to my website.

On the Font Awesome github page it says simply:

"Install FontAwesome.otf and visit the copy & paste page. Happy designing"

Please can someone advise me - do I need to install all those other files that come in the folder downloaded from github? Those other files being:
fontawesome-webfont.eot
fontawesome-webfont.svg
fontawesome-webfont.ttf
fontawesome-webfont.woff

Thank you

like image 627
Frankie Avatar asked Mar 15 '13 15:03

Frankie


People also ask

What files do I need for Font Awesome?

Add Font Awesome Files to Your Project Be sure to include the core styling file - /css/fontawesome. css - as well as the CSS files for any individual styles you want to use, and you can remove any . css and web font files you don't plan on using.

Where do I put Font Awesome scripts?

The first approach of adding a font awesome icon in your website is to add the font awesome library in the <head> section of your HTML file. For instance, in the following syntax the font awesome library of version 4.7. 0 is being added in the <head> section.


1 Answers

Yes :) I would install all of them. They are font files for different browser support.

like image 109
doitlikejustin Avatar answered Oct 05 '22 09:10

doitlikejustin