Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 649 Bytes

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>