OLOTUICONS is a web icon font pack with customized Nigerian / African icons.
Visit OLOTUICONS website(http://github.com/echilaka1/olotuicons) for information.
Install OLOTUICONS using bower with package name OLOTUICONS
$ bower install OLOTUICONS
Copy the OLOTUICONS directory into your project. Reference the location to your olotuicons.min.css in the <head> section of your site's HTML.
<link rel="stylesheet" href="path/olotuicons.min.css">After you have added OLOTUICONS into your project, you can use the icons anywhere with the <i> or <span> tag. Examples below shows basic usage.
<i class="olotu-zuma-rock"></i> Zuma RockThe icons can be styled with common css properties
<i class="olotu-keke" style="color: #FF6000; font-size: 10em;"></i>