Skip to content

A local solution to include Font Awesome 5 on your website: increase loading speed & work without an Internet connection.

Notifications You must be signed in to change notification settings

avniir/FontAwesome5PureCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

Image description

Font Awesome 5 Pro Pure CSS

A local solution to include Font Awesome 5 on your website: increase loading speed & work without an Internet connection.

     

What's the idea behind this project?

Do more, install less. This project gives you the strict minimum that you need to quickly start using the 1588 icons of Font Awesome 5.

     

Why is there only .woff font files?

Woff font format is supported by every modern browser: https://caniuse.com/#search=woff, and Font Awesome works fine with only these files.

     

How to install & use this local solution?

  1. Copy the entire 'fa' folder into your project directory

  2. Link it inside your <head> by adding this: <link rel="stylesheet" href="fa/all.min.css">

  3. And voilà! You are ready to go!

Exemple: <span class="fas fa-search">Search</span>

     

Font Awesome 5 notes

The 'fa' prefix has been deprecated in version 5. The new default is the 'fas' for solid style, 'fab' for brands, 'far' for regular style, etc.

Find all the available icons here: https://fontawesome.com/icons?d=gallery

About

A local solution to include Font Awesome 5 on your website: increase loading speed & work without an Internet connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published