vgalin / html2image

A package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files.
MIT License
344 stars 44 forks source link

Unable to use Font Awesome icons #69

Open dmitriypaulov opened 2 years ago

dmitriypaulov commented 2 years ago

Hello, explain me please, how should I use external assets with your library? image

sandeep2244 commented 1 year ago

Did you get it ?

spmsh commented 1 year ago

facing the same issue here. trying to add the css directly in the code as a string, but it doesn't show up either.

sandeep2244 commented 1 year ago

Download fonts on local and use it , it will work

barshag commented 1 year ago

Here also -> Not showing HTML5 icons

2
barshag commented 1 year ago

<i class="far fa-building">2</i>
</div>```