0.7.0 • Published 11 months ago
@josemi-icons/css v0.7.0
![]()
Installation
Using a package manager
Add this package to your project using yarn:
$ yarn add @josemi-icons/cssOr npm:
$ npm install @josemi-icons/cssThen, 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