How To: Add Font Awesome to HTML file - SBrown0003/CLC-Website GitHub Wiki

1.)Copy the entire font-awesome directory into your project directory:

/.../.../.../CLC-Website/client/assets/font-awesome-4.6.2

2.)In the header of your html, reference the location to your font-awesome.min.css like below:

<link rel="stylesheet" href="../font-awesome-4.6.2/css/font-awesome.min.css">

3.) Show be able to access the font awesome css in html file