shoelace-ui-font-icon
Version:
Font-icon helper and defaults
22 lines (21 loc) • 488 B
HTML
<html>
<head>
<title>font-icon</title>
<style>
html { padding: 40px; }
i { font-size: 48px; padding: 10px; }
</style>
<link rel="stylesheet" type="text/css" href="test.css"></script>
</head>
<body>
<i class="icon-search"></i>
<i class="icon-heart"></i>
<i class="icon-home"></i>
<i class="icon-left"></i>
<i class="icon-right"></i>
<i class="icon-ex"></i>
<i class="icon-bell"></i>
<i class="icon-flask"></i>
<i class="icon-navicon"></i>
</body>
</html>