Skip to content

retaining original svg graphic files from the Fairhead Creative web icons

License

Notifications You must be signed in to change notification settings

kimkong/foundation-social-web-icons-rails

Repository files navigation

Foundation Social Web Icons for Rails

How to Install

Add foundation-social-web-icons gem to the assets group in your Gemfile:

group :assets do
  gem 'foundation-social-web-icons-rails'
end

Then in your app/assets/stylesheets/application.css:

@import 'fc-web-icons';

Now, you can use it as follows:

<a href="#" class="svg fc-webicon facebook">Like us on Facebook</a>
<a href="#" class="svg fc-webicon facebook small">Like us on Facebook</a>
<a href="#" class="svg fc-webicon facebook">Like us on Facebook</a>
<a href="#" class="svg fc-webicon facebook large">Like us on Facebook</a>

License

Foundation Social Web Icons is created by ZURB and licensed under MIT.

Rest of the code is also under MIT.

About

retaining original svg graphic files from the Fairhead Creative web icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages