<% scale = %w|12 14 16 18 21 24 36 48 60 72| %> <%= font_name %> icon font
Fork me on GitHub

<%= font_name %>

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/stylesheets/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">
<% @glyphs.each do |name, value| selector = @options[:css_selector].sub('{{glyph}}', name.to_s) %>
<% scale.each do |n| %><% end %>
<% scale.each do |n| %><%= n %><% end %>
<% end %>