https://github.com/vitexus/libjs-font-awesome
Debian package for font Awesome easy usage
https://github.com/vitexus/libjs-font-awesome
List: libjs-font-awesome
Last synced: 5 months ago
JSON representation
Debian package for font Awesome easy usage
- Host: GitHub
- URL: https://github.com/vitexus/libjs-font-awesome
- Owner: Vitexus
- Created: 2015-07-07T08:31:59.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T10:03:05.000Z (5 months ago)
- Last Synced: 2026-01-25T23:06:03.456Z (5 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libjs-font-awesome
==================
Transistional package for easy use of http://fontawesome.io/
on Debian and firends.
If you wish to include font-awesome in your HTML files which are served
via a webserver you should add the following lines to your
section:
Installation
------------
Make your own debian package build using libjs-font-awesome.sh script or install
debian package by Vitex Software:
```shell
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install libjs-font-awesome
```