Skip to content

Snapchat icon for Font Awesome

Notifications You must be signed in to change notification settings

jackvial/fa-snapchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fa-snapchat

Quick Start

  • Download the latest release
  • Clone the repo: https://github.com/jackvial/fa-snapchat.git
  • Install with bower: bower install fa-snapchat

Have a look at index.html to see an example of the icon being used

Instructions

  • Copy fa-snapchat.css and the fonts/ folder to your project.
  • Include fa-snapchat.css after font awesome in your document.
<link rel="stylesheet" type="text/css" href="bower_components/fontawesome/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="fa-snapchat.css">
  • You can now use fa-snapchat like any other font awesome icon
<i class="fa fa-snapchat fa-2x"></i>

Example