Skip to content

hammerhead226/icoshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icoshark

226 icon font for web applications.

Example

See the font in action at https://hammerhead226.github.io/icoshark.

Download

Download the latest version on the releases page.

Usage

icoshark is used like many other popular web fonts, it is linked in the page and then uses classes to display icons.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <link rel="stylesheet" href="css/icoshark.css">
    </head>
    <body>
        <span class="is is-logo"></span>    
    </body>
</html>