This means any changes to the scripts that filter out certain characters won't impact the font we are loading. Because we've already done this and are using this css file in knox we might as well just do a one time update to using woff2 instead of woff. It has the added benefit of decoupling this decision from other users of mathquill. I imagine this css file is something we are the only ones consuming.
This should save us around 2kb in our api bundle.
Looks like we created this file 6 years ago and just inlined the Symbola basic font data url. https://github.com/desmosinc/mathquill/commit/71d80f92d32bb9a0a36cdab08eb0469f68076315
This means any changes to the scripts that filter out certain characters won't impact the font we are loading. Because we've already done this and are using this css file in knox we might as well just do a one time update to using woff2 instead of woff. It has the added benefit of decoupling this decision from other users of mathquill. I imagine this css file is something we are the only ones consuming.