Skip to content

Adobe Source Sans Pro in the Asset Pipeline

License

Notifications You must be signed in to change notification settings

veracross/source-sans-pro-rails

Repository files navigation

source-sans-pro-rails Gem Version Build Status

Adds Adobe's Source Sans Pro font to Rails via the asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'source-sans-pro-rails'

And then execute:

$ bundle

Usage

If you want to include all of the font weight variations, simply add this to application.css:

/*
 *= require source-sans-pro
 */

You can also load just the font variants that are interesting to you. They are in the source-sans-pro directory, so just change the above line to:

/*
 *= require source-sans-pro/regular
 *= require source-sans-pro/bold
 */

And so forth. Currently, the supported font variants are:

  • Regular (regular)
  • Italic (italic)
  • Light (light - font weight 300)
  • Extra Light (extralight - font weight 100)
  • Semibold (semibold - font weight 600)
  • Bold (bold)
  • Black (black - font weight 800)

Add it to your CSS styles:

font-family: 'SourceSansPro';

And adjust the weight in the same way as with any other font:

font-weight: 400;

Building

Font files were downloaded directly from the latest release of https://github.com/adobe-fonts/source-sans-pro.

License

  • The Adobe Source Sans Pro font is licensed under the SIL Open Font License
  • This project is licensed under the MIT License.

Thanks

  • Adobe for open sourcing this font
  • font-awesome-rails for a good example of creating a font gem for the asset pipeline

About

Adobe Source Sans Pro in the Asset Pipeline

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •