0.7.0 • Published 11 months ago

@josemi-icons/css v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@josemi-icons/css

npm version license

Installation

Using a package manager

Add this package to your project using yarn:

$ yarn add @josemi-icons/css

Or npm:

$ npm install @josemi-icons/css

Then, include the icons.css file in your HTML file:

<link rel="stylesheet" href="node_modules/@josemi-icons/css/icons.css">

Using a public CDN

You can also use a public CDN like jsdelivr.net:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@josemi-icons/css@latest/icons.css">

Usage

You can use the CSS classes defined in icons.css to reference icons in your HTML:

<i class="ji-star"></i>

You can use font-size and color style properties for customizing the icon:

<i class="ji-tools" style="color:#025cca;font-size:24px;"></i>

License

Under the MIT LICENSE.

0.7.0

11 months ago