Ligature-based icon-font for things Web3
https://goldsteinsveta.github.io/web3-regular/
Load font
@font-face {
font-family: 'Web3-Regular';
src: url('../fonts/Web3-Regular.woff2') format('woff2'),
url('../fonts/Web3-Regular.woff') format('woff')
}
Use font
.web3-icon {
font-family: 'Web3-Regular';
}
<span class="web3-icon">
accounts
</span>
See at https://goldsteinsveta.github.io/web3-regular/
Requests in issues are welcome!