Quote from
luishp on July 15, 2021, 5:18 pm
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.
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.