Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

tent/cupcake-icons

Repository files navigation

cupcake-icons

Icon font generated with FontCustom.

Usage

# Gemfile
gem "cupcake-icons", :git => "git://github.com/cupcake/cupcake-icons.git"
require "cupcake-icons"
CupcakeIcons::Sprockets.setup(sprockets_environment)
<link href="<%= asset_path("cupcake-icons") %>" media="screen" rel="stylesheet" type="text/css">

or

@import "cupcake-icons";

Contributing

  1. Add new icon svgs to ./src, or manipulate existing ones.
  2. Build icon font
bundle
bundle exec rake compile
  1. Commit and push changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published