All Projects → lukas-w → Font Logos

lukas-w / Font Logos

Licence: unlicense
An icon font providing popular linux distro's logos

Projects that are alternatives of or similar to Font Logos

Nougat
Android notification shade for iOS
Stars: ✭ 25 (-90.23%)
Mutual labels:  logos
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-93.75%)
Mutual labels:  logos
redmine-theme-minimalflat
Minimal and flat design Redmine theme.
Stars: ✭ 12 (-95.31%)
Mutual labels:  icon-font
design
Posters, Icons and graphics used by KOSS
Stars: ✭ 15 (-94.14%)
Mutual labels:  logos
templates
Templates for Theos NIC.
Stars: ✭ 31 (-87.89%)
Mutual labels:  logos
chart-type-icon
An icon library that covers the vast majority of chart types
Stars: ✭ 33 (-87.11%)
Mutual labels:  icon-font
gopher-logos
adorable gopher logos
Stars: ✭ 106 (-58.59%)
Mutual labels:  logos
SansFonts
WebKit Content Blocker to block web fonts in Safari (iOS & macOS)
Stars: ✭ 24 (-90.62%)
Mutual labels:  icon-font
svg-music-logos
🎧 A collection of logos and symbols from bands, musicians and related in SVG
Stars: ✭ 30 (-88.28%)
Mutual labels:  logos
libre-logos
A collection of free logos for open source projects
Stars: ✭ 131 (-48.83%)
Mutual labels:  logos
center.js
Center.js is a HTML5 Canvas based library that allows you to create simple text based icons, avatars, logos, and more.
Stars: ✭ 85 (-66.8%)
Mutual labels:  logos
logos
No description or website provided.
Stars: ✭ 19 (-92.58%)
Mutual labels:  logos
ReachInfo
Reachability modernized.
Stars: ✭ 21 (-91.8%)
Mutual labels:  logos
image-titler
An image title generator using The Renegade Coder style
Stars: ✭ 15 (-94.14%)
Mutual labels:  logos
icons
Simple, minimal line, and clean icon pack in vector formats — free for public use.
Stars: ✭ 24 (-90.62%)
Mutual labels:  icon-font
flutter phosphor icons
Phosphor Icons for Flutter.
Stars: ✭ 12 (-95.31%)
Mutual labels:  icon-font
carsBase
База автомобилей с марками и моделями JSON, CSV, XLSX и MySQL
Stars: ✭ 49 (-80.86%)
Mutual labels:  logos
NanoIconPackLite
带图标展示界面的简陋图标包APP模版 A lite icon pack dashboard with an icon UI
Stars: ✭ 35 (-86.33%)
Mutual labels:  icon-font
football-team-flags
Flags from national teams made with css 🏳
Stars: ✭ 19 (-92.58%)
Mutual labels:  logos
NotificationExplorer
See what notifications exist at runtime
Stars: ✭ 43 (-83.2%)
Mutual labels:  logos

font-logos

Available logos

Font-logos is an icon font containing logos of popular linux distributions and other open source software for inclusion in websites.

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.

Installation

Install the font by downloading and unpacking the latest release's zip manually or installing it from npm.

npm install font-logos

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

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

Alternatively just link to it using a CDN such as jsDelivr:

<link href="//cdn.jsdelivr.net/gh/Lukas-W/[email protected]/assets/font-logos.css" rel="stylesheet">

Usage

Available logos are:

Distribution CSS class Inclusion code
Alpine fl-alpine <span class="fl-alpine"></span>
AOSC OS fl-aosc <span class="fl-aosc"></span>
Arch Linux fl-archlinux <span class="fl-archlinux"></span>
ArchLabs fl-archlabs <span class="fl-archlabs"></span>
Artix Linux fl-artix <span class="fl-artix"></span>
Apple fl-apple <span class="fl-apple"></span>
Budgie fl-budgie <span class="fl-budgie"></span>
CentOS fl-centos <span class="fl-centos"></span>
CoreOS fl-coreos <span class="fl-coreos"></span>
Debian fl-debian <span class="fl-debian"></span>
Deepin fl-deepin <span class="fl-deepin"></span>
Devuan fl-devuan <span class="fl-devuan"></span>
Docker fl-docker <span class="fl-docker"></span>
elementary OS fl-elementary <span class="fl-elementary"></span>
Fedora fl-fedora[-inverse] <span class="fl-fedora"></span>
Ferris fl-ferris <span class="fl-ferris"></span>
FreeBSD fl-freebsd <span class="fl-freebsd"></span>
Gentoo fl-gentoo <span class="fl-gentoo"></span>
illumos fl-illumos <span class="fl-illumos"></span>
Kali Linux fl-kali-linux <span class="fl-kali-linux"></span>
Linux Mint fl-linuxmint[-inverse] <span class="fl-linuxmint"></span>
Mageia fl-mageia <span class="fl-mageia"></span>
Manjaro fl-manjaro <span class="fl-manjaro"></span>
Mandriva fl-mandriva <span class="fl-mandriva"></span>
NixOS fl-nixos <span class="fl-nixos"></span>
OpenBSD fl-openbsd <span class="fl-openbsd"></span>
OpenSUSE fl-opensuse <span class="fl-opensuse"></span>
Pop!_OS fl-pop-os <span class="fl-pop-os"></span>
Raspberry Pi fl-raspberry-pi <span class="fl-raspberry-pi"></span>
Red Hat fl-redhat <span class="fl-redhat"></span>
Sabayon fl-sabayon <span class="fl-sabayon"></span>
Slackware fl-slackware[-inverse] <span class="fl-slackware"></span>
Solus fl-solus <span class="fl-solus"></span>
Tux fl-tux <span class="fl-tux"></span>
Ubuntu fl-ubuntu[-inverse] <span class="fl-ubuntu"></span>
Void fl-void <span class="fl-void"></span>
Zorin OS fl-zorin <span class="fl-zorin"></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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].