lucca-icons

1.1.24 • Public • Published

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)' 

Readme

Keywords

none

Package Sidebar

Install

npm i lucca-icons

Weekly Downloads

1,161

Version

1.1.24

License

MIT

Unpacked Size

236 kB

Total Files

25

Last publish

Collaborators

  • luccasa