Framocons is a simple icon-font made by me. The concepts at the base of this icon-font are simplicity, fantasy and geometry. You can use this set for your project or any kind of work. Framocons is in a continuous expansion and all your opinion or suggestion are accepted.
Simply copy and paste in your <head> tag
<!-- Here's minify css code for Framocons--> <link rel="stylesheet" href="https://framodv.github.io/framocons/css/framocons.min.css">
<!-- Download's Content --> Framocons/ | |-- fonts/ | |-- framocons.eot | |-- framocons.svg | |-- framocons.ttf | |--framocons.woff |--css/ | |-- framocons.css | |-- framocons.min.css |-- license |
Insert an <i> tag in your .html file with classes icon and icon-nameOfIconHere
<!-- Display icon heart --> <i class="icon icon-heart></i>
Use icon-mini and icon-big classes to modify icon's size
<!-- Display icon heart mini --> <i class="icon icon-mini icon-heart></i>
<!-- Display icon heart big --> <i class="icon icon-big icon-heart></i>
Icons are displayed according to their creation time