2017 © Pedro Peláez
 

component fork-awesome

A fork of the iconic font and CSS framework

image

forkawesome/fork-awesome

A fork of the iconic font and CSS framework

  • Saturday, May 12, 2018
  • by xuv
  • Repository
  • 16 Watchers
  • 361 Stars
  • 6 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 24 Forks
  • 20 Open issues
  • 19 Versions
  • 200 % Grown

The README.md

⚠️ This project is being resurrected! ⚠️, (*1)

We are in the process of creating a new website for Fork Awesome, where we will be featuring the SVG files for use in your projects. More news coming soon!, (*2)


Fork Awesome

A fork of the iconic font and CSS toolkit, Font Awesome, (*3)

![npm-badge] ![all-contrib] ![jsdeliver-badge] ![cdnjs-badge] ![build-status-badge] ![matrix-badge], (*4)

Fork Awesome is a suite of 796 pictographic and brand icons for easy, scalable vector graphics on websites and beyond., (*5)

This project began as a fork of Font Awesome. Font Awesome was originally created by Dave Gandy and ran as a community project. However, as Font Awesome developed, pull requests from the community stopped being accepted (October 2016) and as of version 5.0 the build system became private (February 2018)., (*6)

With gratitude to Dave Gandy and the Font Awesome team, Julien Deswaef forked Font Awesome 4.7 into Fork Awesome 1.0 in February 2018, to continue building the amazing resource in a fully free, libre and open-source fashion, with and for the wider community. After a period of extended inactivity (i.e. no release since February 2019), several Fork Awesome users got together to try and revive the project 🌱, (*7)

We are ~~now catching up with backlogged issues and pull requests, updating technology and documentation — even~~ reevaluating the project aims, as icon fonts gradually become deprecated. Come say hi in the #forkawesome:matrix.org matrix room 🙂, (*8)

How to use

There is a full page in our documentation website that explains how to use Fork Awesome in your web project. It ranges from just pointing to a CSS file on a CDN, hosting it on your own server or even adapting the LESS and SCSS files to your own liking., (*9)

License

  • The Fork Awesome font is licensed under the SIL OFL 1.1:
    • http://scripts.sil.org/OFL
  • Fork Awesome CSS, LESS, and Sass files are licensed under the MIT License:
    • https://opensource.org/licenses/mit-license.html
  • The Fork Awesome documentation is licensed under the CC BY 3.0 License:
    • https://creativecommons.org/licenses/by/3.0/

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development., (*10)

We also take great pride in recognizing any contributions made to this project. Whether you've written a blogpost about it, fixed a typo in the documentation or submitted new icons or code patches, we will happily list you in our contributors list., (*11)

Versioning

Fork Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:, (*12)

<major>.<minor>.<patch>, (*13)

And constructed with the following guidelines:, (*14)

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • Big changes, without breaking backward compatibility, bumps the minor (and resets the patch)
  • Bug fixes, small adaptations, adding a few icons and misc changes bumps the patch
  • The fork started from FontAwesome 4.7 (last commit by Dave is bdfa9823).
  • The project starts at version 1.0.0. All references to versions before the fork are named 0.4.7

For more information on SemVer, please visit http://semver.org., (*15)

Building Fork Awesome

Before you can build the project, you must first have the following installed:, (*16)

  • Ruby
  • Ruby Development Headers
    • Ubuntu: sudo apt-get install ruby-dev (Only if you're NOT using rbenv or rvm)
    • Windows: DevKit
    • macOS: no extra step required
  • Bundler (Run gem install bundler to install).
  • Node Package Manager (aka. npm)
  • Tools required to build the font:
    • Ubuntu: sudo apt-get install fontforge woff-tools woff2

From the root of the repository, install the tools used to develop., (*17)

$ bundle install
$ npm ci

Build the font:, (*18)

$ make -C src/icons

Build the web documentation:, (*19)

$ npm run build

Or serve it on a local server on http://localhost:7998:, (*20)

$ npm run dev

Build the font in a Docker container

Another possibility is to build the font using the Dockerfile provided., (*21)

First, build the Docker image:, (*22)

$ docker build -t fa-builder .

Then, run the Docker container:, (*23)

$ docker run --rm -it \
    -u $(id -u):$(id -g) \
    -v $(pwd):/workspace \
    -p 7998:7998 \
    fa-builder

Within the container, build the font:, (*24)

$ npm ci
$ make -C src/icons

Build the web documentation and serve it on a local server on http://localhost:7998:, (*25)

$ npm run dev

The Versions

12/05 2018

dev-master

9999999-dev http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

12/05 2018

1.1.0

1.1.0.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

09/05 2018

dev-wip-1.1.0

dev-wip-1.1.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

03/05 2018

dev-svgo-changes

dev-svgo-changes http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

23/03 2018

dev-cosmetic-changes

dev-cosmetic-changes http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

15/03 2018

dev-globes

dev-globes http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

09/03 2018

1.0.11

1.0.11.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

02/03 2018

dev-wip-1.0.10

dev-wip-1.0.10 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

02/03 2018

1.0.10

1.0.10.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

26/02 2018

1.0.9

1.0.9.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

24/02 2018

1.0.8

1.0.8.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

24/02 2018

1.0.7

1.0.7.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

24/02 2018

1.0.6

1.0.6.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

23/02 2018

1.0.5

1.0.5.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

23/02 2018

1.0.4

1.0.4.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

21/02 2018

1.0.3

1.0.3.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

19/02 2018

1.0.2

1.0.2.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

18/02 2018

1.0.1

1.0.1.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome

18/02 2018

1.0.0

1.0.0.0 http://forkawesome.github.io/Fork-Awesome/

A fork of the iconic font and CSS framework

  Sources   Download

MIT OFL-1.1

The Development Requires

  • jekyll 1.0.2
  • lessc 1.4.2

bootstrap icon font fontawesome awesome forkawesome