https://github.com/tyrauber/font-league
A ruby gem compiling the fonts of The League of Moveable Type
https://github.com/tyrauber/font-league
Last synced: about 1 month ago
JSON representation
A ruby gem compiling the fonts of The League of Moveable Type
- Host: GitHub
- URL: https://github.com/tyrauber/font-league
- Owner: tyrauber
- License: mit
- Created: 2014-02-02T02:52:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T20:38:38.000Z (almost 11 years ago)
- Last Synced: 2025-06-12T19:12:16.908Z (about 1 month ago)
- Language: CSS
- Size: 3.43 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FontLeague
FontLeague collects the fonts of [The League of Moveable Type](https://www.theleagueofmoveabletype.com/) 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](https://www.theleagueofmoveabletype.com/) for doing what they do.

## 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

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

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

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

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

font-family: 'Fanwood';
font-family: 'Fanwood Italic';
font-family: 'Fanwood Text';
font-family: 'Fanwood Text Italic';### Linden Hill

font-family: 'Linden Hill';
### League Script Number One

font-family: 'League Script Number One';
### Raleway

font-family: 'Raleway';
### Prociono

font-family: 'Prociono';
### Orbitron

font-family: 'Orbitron';
### Goudy Bookletter 1911
font-family: 'Goudy Bookletter 1911';
### Sorts Mill Goudy
font-family: 'Sorts Mill Goudy';
### Chunk

font-family: 'Chunkfive';
### Sniglet

font-family: 'Sniglet';
### 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