Gliphicons - Forum

Forum Navigation
You need to log in to create posts and topics.

Gliphicons

hello, is it possible to add our icons to the glyph library of Neoweb? how?

thanks

As far as I know thats not possible. But you can add Font Awesome, for example with a simple line of code. Go to Project > Properties > Styles and add this code:

</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>

Then you can use any Font Awesome Code into your HTML:

<i style="font-size:120px" class="fab fa-angellist"></i>

Regards.