fork-access v1.3.0
Fork Access
A fork of Font Awesome 5.15.4 and Fork Awesome 1.2.0, bringing icon access to all. Fork Access is a set of ~1,700 svg icons for use in any of your projects. CSS only, no JavaScript required.
This project has abandoned the font method of icon usage, while still preserving compatibility with <i>
tag definitions. For example, <i class="fa fa-linux"></i>
works in Fork Awesome and Font Awesome, and it still works in Fork Access.
Usage
jsDelivr
Link the Fork Access CSS file in your projects head. The icons you choose to use on the page will automatically be fetched from jsDelivr, no need to download or call them directly.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-access/fork-access.min.css">
With the icon of choice, use either a <i>
or <span>
tag to add the icon to the page.
<i class="fa fa-linux"></i>
Self Serve
Download or clone the repository to your project folder. The following example assumes /assets/
directory will be used, and the Fork Access files are located in /assets/fork-access/
.
git clone git@gitlab.com:whateverbits/fork-access.git fork-access
Link the Fork Access CSS file in your projects head.
<link rel="stylesheet" href="/assets/fork-access/fork-access.min.css">
With the icon of choice, use either a <i>
or <span>
tag to add the icon to the page.
<i class="fa fa-linux"></i>
NPM
You can also fetch the latest Fork Access release from your local wombat.
npm i fork-access
License
Fork Access uses the REUSE license structure to indicate what license applies to which project files. Each file contains a comment header indicating the author and license. Icons are CC-BY, and code is MIT. Relevant licenses can be found in the LICENSES directory. LICENSE.md includes an overview of attributions and licenses.