Fix KaTeX font URL paths
The vendor KaTeX CSS file looks for font URLs in the 'fonts/' directory relative to the location of katex.min.css. Rewrite these URLs so that they are fetched from '/assets/fonts' instead of '/assets/styles/fonts' Note that the CSS references both WOFF and WOFF 2 format fonts but We only include the .woff version.
Showing
... | ... | @@ -51,6 +51,7 @@ |
"ng-tags-input": "2.2.0", | ||
"node-uuid": "^1.4.3", | ||
"postcss": "^5.0.6", | ||
"postcss-url": "^5.1.1", | ||
"query-string": "^3.0.1", | ||
"raf": "^3.1.0", | ||
"raven-js": "^2.0.2", | ||
... | ... |
Please register or sign in to comment