1.0.3 • Published 3 years ago

grulla-software-icons v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm Price License: ISC GitHub package version

Icons preview

Install 🔧

Grulla Software Icons are packaged up and published to npm. We only include the processed fonts in this package—it's up to you and your team to implement. Read our docs for usage instructions.

npm install icons-reactjs --save 

For those using CDN you can install Icons via file CSS3:

@import url("https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css");

For those using CDN you can install Icons via file HTML5:

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css" rel="stylesheet"  crossorigin="anonymous">
  </head>
  ...

Usage via HTML5 via CDN: 🚀

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css" rel="stylesheet"  crossorigin="anonymous">
  </head>
  <body>
        <i class="i i-github" style="color: cornflowerblue; font-size: 2rem;"></i>
  </body>
</html>

Usage via CSS via CDN: 🚀

In CSS:

import url("https://cdn.jsdelivr.net/npm/grulla-software-icons@1.0.3/font/icons.css");

In HTML:

<!DOCTYPE html>
<html lang="en">
  <body>
        <i class="i i-github" style="color: cornflowerblue; font-size: 2rem;"></i>
  </body>
</html>

Thanks to ✌🤩

fontello.com

Authors ✒️

People who helped build the project from its inception

License 📄

This project is licensed under the ISC License - see the file LICENSE.md for details.