excalidraw / excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams
https://excalidraw.com
MIT License
74.94k stars 6.76k forks source link

Font loaded multiple times #8006

Open hausen1012 opened 3 weeks ago

hausen1012 commented 3 weeks ago

I found through the browser developer tool that the same font was loaded three times, and when I customized a larger font, the first loading was very slow.

image

image

Mrazator commented 3 weeks ago

I found through the browser developer tool that the same font was loaded three times

We are currently working on optimising this!

when I customized a larger font, the first loading was very slow.

It seems your customisation made the font huge 61 kB -> 2.1 MB

hausen1012 commented 3 weeks ago

Thank you for your reply. Yes, because I am using handwritten Chinese font, it is inevitably very large. If it can be optimized to load only once, I think this is acceptable. Of course, if the official can provide Chinese fonts, this is the best choice! I have to use a custom font now because using the default font makes the image look very incongruous. Thank you again