1.0.1 • Published 8 years ago

linux-font v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

font-linux

Available logos

Font-linux is an icon font containing logos of popular linux distributions for inclusion in websites.

Usage

To use the font, include assets/font-linux.css as well as the fonts in your project and use the CSS classes listed below.

<link href="/assets/fontlinux.css" rel="stylesheet">

Or just link to it using RawGit (served via MaxCDN's network):

<link href="//cdn.rawgit.com/Lukas-W/font-linux/v0.1/assets/font-linux.css" rel="stylesheet">

Available logos are:

DistributionCSS classInclusion code
Arch Linuxfl-archlinux<span class="fl-archlinux"></span>
CentOSfl-centos<span class="fl-centos"></span>
Debianfl-debian<span class="fl-debian"></span>
Fedorafl-fedora<span class="fl-fedora"></span>
Linux Mintfl-linuxmint[-inverse]<span class="fl-linuxmint"></span>
Mageiafl-mageia<span class="fl-mageia"></span>
Mandrivafl-mandriva<span class="fl-mandriva"></span>
OpenSUSEfl-opensuse<span class="fl-opensuse"></span>
Red Hatfl-redhat<span class="fl-redhat"></span>
Slackwarefl-slackware[-inverse]<span class="fl-slackware"></span>
Ubuntufl-ubuntu[-inverse]<span class="fl-ubuntu"></span>

Dependencies

This project uses fontcustom to compile vectors into fonts.

Compilation of the vectors

After making changes to one of the vectors, the fonts have to be recompiled. From the root directory, run:

fontcustom compile

To stage the new revision:

git rm -r assets views
git add assets views .fontcustom-manifest.json