Skip to content

janteuni/sushicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Sushicons

Install

get bower package

bower install sushicons --save

link dependencies

<link rel="stylesheet" href="bower_components/sushicons/dist/style.css">

Usage

add class on your html element

<i class="si-lasvegas"></i

and style icon

i {
  font-size: 21px;
  color: #37474F;
}