Skip to content

UX-Alkosto/icons

Repository files navigation

GitHub release (latest by date)

Use on the web

To embed this font, copy the code into your html:

Option 1 <link>:

<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link href="https://cdn.jsdelivr.net/gh/ux-alkosto/icons/style.min.css" rel="stylesheet">

Option 2 @import:

<style>
@import url('https://cdn.jsdelivr.net/gh/ux-alkosto/icons/style.min.css');
</style>

See the demo page