FontLeague

FontLeague collects the fonts of The League of Moveable Type and compiles them into an easy to use ruby gem. With SASS, SCSS and Sprockets support, FontLeague is ready for integration into the asset pipeline of any rails application.

Very special thanks to the very talented people at The League of Moveable Type for doing what they do.

https://www.theleagueofmoveabletype.com/

Installation

Add this line to your application's Gemfile:

gem 'font_league'

And then execute:

$ bundle

Or install it yourself as:

$ gem install font_league

Usage

In your application.css, include the css file:

```css
/*
 *= require font-league
 */
```

Then restart your web server if it was previously running.

Fonts

Ostrich Sans

Ostrich Sans

font-family: 'Ostrich Sans';
font-family: 'Ostrich Sans Dashed';
font-family: 'Ostrich Sans Rounded';
font-family: 'Ostrich Sans Inline';
font-family: 'Ostrich Sans Inline';

League Gothic

League Gothic

font-family: 'League Gothic';
font-family: 'League Gothic Condensed';

Knewave

Knewave

font-family: 'Knewave Regular';
font-family: 'Knewave Outline Regular';

Blackout

Blackout

font-family: 'Blackout Midnight';
font-family: 'Blackout Sunrise';
font-family: 'Blackout Two AM';

Fanwood

Fanwood

font-family: 'Fanwood';
font-family: 'Fanwood Italic';
font-family: 'Fanwood Text';
font-family: 'Fanwood Text Italic';

Linden Hill

Linden Hill

font-family: 'Linden Hill';

League Script Number One

League Script Number One

font-family: 'League Script Number One';

Raleway

Raleway

font-family: 'Raleway';

Prociono

Prociono

font-family: 'Prociono';

Orbitron

Orbitron

font-family: 'Orbitron';

Goudy Bookletter 1911

Goudy Bookletter 1911

font-family: 'Goudy Bookletter 1911';

Sorts Mill Goudy

Sorts Mill Goudy

font-family: 'Sorts Mill Goudy';

Chunk

Chunk

font-family: 'Chunkfive';

Sniglet

Sniglet

font-family: 'Sniglet';

Junction

Junction

font-family: 'Junction';

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request