1.0.8 • Published 2 months ago

@webservis/my-font v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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.

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago