Usage
Devfont is a open source icon set with 693 hand crafted icons. Devfont was made with love by @alexperronnet. Please take a second to star this project on GitHub.
npm install devfont --save
yarn add devfont
Quick start
Simply copy and paste the following code snippet into a blank html file to begin prototyping with Devfont.
<!DOCTYPE html> <html lang="en"> <script src="https://unpkg.com/devfont"></script> <body> <!-- example icon --> <i data-devfont="circle"></i> <script> devfont.replace() </script> </body> </html>
Contributing
For more informations on how to contribute to Devfont project please see the contribution guidelines.
License
Devfont is licensed under the MIT License. All the icons are free for both personal and commercial use.