mathquill icon indicating copy to clipboard operation
mathquill copied to clipboard

The size of symbola.svg is huge

Open viktorstrate opened this issue 8 years ago • 2 comments

I analyzed my one of my projects, using webpack-bundle-analyzer, and found out that symbola.svg takes up a very large part of my apps overall size.

Is it possible to compress the file or optimize it in other ways?

The size of the other fonts are around 7KB, but the svg version is 2,2MB, its over 300x as much.

screen shot 2017-12-21 at 14 49 02

viktorstrate avatar Dec 21 '17 13:12 viktorstrate

Also noticing this now, has anyone figured out a fix?

AmonUCF avatar Apr 12 '18 23:04 AmonUCF

There are woff and woff2 files in the fonts directory as well as -basic variants which contain fewer glyphs. I'm not sure how the -basic variants are used though.

k4b7 avatar Nov 21 '21 16:11 k4b7