You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a weaved document with the console open, you can observe that the browser attempts to load a font for KaTeX. The weaver seems to be using relative URL's for these fonts, but they aren't anywhere to be found in this repository.
These references should be changed to use the fonts hosted by Cloudflare at https://cdnjs.com/libraries/KaTeX. With that being said, I'm wondering if that's actually the correct solution. The KaTeX CSS loaded from Cloudflare also includes some references to fonts, and there's some overlap between that CSS and the one embedded directly in weaved documents, so perhaps some of this CSS can simply be deleted? (And perhaps the same is true for the scripts?)
I'll likely look into this when I have more time, but figured I would point it out in case someone already knows more about why there's duplication between the embedded and external CSS/JS.
The text was updated successfully, but these errors were encountered:
When opening a weaved document with the console open, you can observe that the browser attempts to load a font for KaTeX. The weaver seems to be using relative URL's for these fonts, but they aren't anywhere to be found in this repository.
These references should be changed to use the fonts hosted by Cloudflare at https://cdnjs.com/libraries/KaTeX. With that being said, I'm wondering if that's actually the correct solution. The KaTeX CSS loaded from Cloudflare also includes some references to fonts, and there's some overlap between that CSS and the one embedded directly in weaved documents, so perhaps some of this CSS can simply be deleted? (And perhaps the same is true for the scripts?)
I'll likely look into this when I have more time, but figured I would point it out in case someone already knows more about why there's duplication between the embedded and external CSS/JS.
The text was updated successfully, but these errors were encountered: