bubkoo / html-to-image

✂️ Generates an image from a DOM node using HTML5 canvas and SVG.
MIT License
5.69k stars 531 forks source link

Multiple Fonts Were Loaded #310

Open LavanyaBurlagadda opened 2 years ago

LavanyaBurlagadda commented 2 years ago

While taking the screenshot multiple fonts were downloaded which are involved in our HTML File.

Only Required Fonts should be loaded

We found the solution given by @JGJP in this comment, but all the fonts were removed no font styles were applied in the Image.

Is there any possibility to load only the required fonts?

image

dshcheung commented 2 years ago

Needs a push. This drastically slows everything down!

webpig commented 1 year ago

Did you solve it?

goforu commented 1 year ago

any updates?