Reduce size of Katex bundle

Only load woff2 fonts instead of including all fallback font types in the bundle
This commit is contained in:
Matt Bierner
2021-03-10 19:56:46 -08:00
parent da3cbe74dc
commit 9b2ee7fb7d
5 changed files with 16 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
"@types/markdown-it": "^0.0.0",
"css-loader": "^5.0.2",
"markdown-it": "^12.0.4",
"null-loader": "^4.0.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1"
},