loreanvictor / graphis

a convenient and stylish icon font

Home Page:https://graphis.ink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



version


graphis is a stylish icon font that is super convenient to use. Icons are mapped to emojis and special characters, so just load the font and copy the icons like any other text.

πŸ‘‰ STEP 1: load the icon font:

<link rel="stylesheet" href="https://unpkg.com/graphis/font/graphis.css">
body, * {
  font-family: 'graphis', sans-serif;
}

πŸ‘‰ STEP 2: use the emojis and special characters to render icons:

<h1>πŸ‘€ Account</h1>
<input type="email" placeholder="βœ‰ Email"/><br>
<input type="password" placeholder="βŠ€ password"/><br>
<button>πŸ”’ Login</button>

πŸš€ Check it out!

Checkout the website for a complete list of icons you can just copy and use.

About

a convenient and stylish icon font

https://graphis.ink

License:MIT License


Languages

Language:JavaScript 50.5%Language:TypeScript 49.5%