desmosinc / mathquill

Magic textboxes where you can type math as easily as writing!
mathquill.com
137 stars 42 forks source link

inline the woff2 version of Symbola-Basic #263

Closed mikehaverstock closed 1 year ago

mikehaverstock commented 1 year ago

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.