Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

ProIcons Webfont

Version Stars NPM Package License


🔡 Use ProIcons as a webfont on your site without the need of using scripts.
Browse icons | Documentation | GitHub | NPM

Features

  • Works out of the box, no scripts needed.
  • Contains TTF, WOFF, WOFF2 and EOT formats

Read the full documentation here

Installation

Import via UNPKG

<link rel="stylesheet" href="https://unpkg.com/@proicons/webfont" />

Install via NPM

npm install @proicons/webfont
<link rel="stylesheet" href="path/to/@proicons/webfont/ProIcons.css" />

Usage

Import a ProIcon by creating an <i> element with the class proicon-[icon name]. Make sure the icon name is in kebab-case.

To import the Add icon:

<i class="proicon-add"></i>

Request an icon

If an icon you want isn't in the set, you can request an icon in discussions.

Contributing

For more info on how to contribute, please see our contributing guide.