@webservis/my-font
v1.0.8
Published
MyFont is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators. Start for Free Get More with Pro.
Downloads
12
Readme
my-font
my-font is an icon font package that includes unique icons for use in your web projects.
Installation
You can add the package to your project using npm package manager.
npm install @webservis/my-font
Usage
First, import the my-font package in your CSS file:
@import '@webservis/my-font/css/myfont.css';
Then, you can add the desired icons in your HTML file. For example, to use the Facebook icon:
<i class="mf mf-facebook"></i>
You can use special classes to change the size of the icons. For example, to add a large icon:
<i class="mf mf-facebook mf-lg"></i>
To animate the icons, you can use the mf-spin class:
<i class="mf mf-facebook mf-spin"></i>
For more usage examples and a list of supported icons, please visit the Documentation page.
Contributing
If you would like to contribute to this project, please visit the GitHub repository and submit pull requests. We welcome any contributions.
License
This project is licensed under the MIT License.