0.6.1 • Published 8 years ago

font-linux v0.6.1

Weekly downloads
4
License
Unlicense
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

Note: All brand icons are trademarks of their respective owners and should only be used to represent the company or product to which they refer.

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.5/assets/font-linux.css" rel="stylesheet">

Available logos are:

DistributionCSS classInclusion code
AOSC OSfl-aosc<span class="fl-aosc"></span>
Arch Linuxfl-archlinux<span class="fl-archlinux"></span>
CentOSfl-centos<span class="fl-centos"></span>
CoreOSfl-coreos<span class="fl-coreos"></span>
Debianfl-debian<span class="fl-debian"></span>
elementary OSfl-elementary<span class="fl-elementary"></span>
Fedorafl-fedora[-inverse]<span class="fl-fedora"></span>
FreeBSDfl-freebsd<span class="fl-freebsd"></span>
Gentoofl-gentoo<span class="fl-gentoo"></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>
Sabayonfl-sabayon<span class="fl-sabayon"></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.
  • wkhtmltopdf is used to generate this readme's preview image.

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 compile everything including the readme's preview.png, run:

sh ./compile.sh

To stage the new revision:

git add assets .fontcustom-manifest.json