Skip to content

LuccaSA/lucca-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucca-icons

Icon font by Lucca demo page

How to install

bower install lucca-icons

How to use

Import the lucca-icons.min.css in your html page

<link rel="stylesheet" href="bower_components/lucca-icons/dist/lucca-icons.min.css"/>

or import the main less/sass file in your less/sass file [recommended]

@import "bower_components/lucca-icons/src/lucca-icons";

Change font source

By default the fonts will be imported from //cdn.lucca.fr/lucca-icons/fonts/lucca-icons.(woff,eot,ttf). You change this by overriding the variable @luccaIcons_font-path

@import "bower_components/lucca-icons/src/lucca-icons";
@luccaIcons_font-path: '/my/path/to/fonts'; 
// will try to get fonts from '/my/path/to/fonts/lucca-icons.(woff,eot,ttf)'