/popicons

Web icon font with customized Nigerian icons

Primary LanguageCSSOtherNOASSERTION

POPICONS

POPICONS is a web icon font pack with customized Nigerian / African icons.

Visit Popicons website(http://popicons.ng) for information.

Getting Started

INSTALL WITH BOWER

Install popicons using bower with package name popicons

$ bower install popicons

DEFAULT CSS

Copy the Popicons directory into your project. Reference the location to your popicons.min.css in the <head> section of your site's HTML.

<link rel="stylesheet" href="path/popicons.min.css">

USAGE

After you have added Popicons into your project, you can use the icons anywhere with the <i> or <span> tag. Examples below shows basic usage.

<i class="pop-talking-drum"></i> Talking Drum

The icons can be styled with common css properties

<i class="pop-eyo" style="color: #FF6000; font-size: 10em;"></i>