Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linux-font

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linux-font

An icon font providing popular linux distro's logos

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 17 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc