226 icon font for web applications.
See the font in action at https://hammerhead226.github.io/icoshark.
Download the latest version on the releases page.
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>