Update KaTeX
Incorrectly rendered fonts
This commit is contained in:
		| @@ -42,36 +42,36 @@ class MyDocument extends Document { | ||||
|           </noscript> | ||||
|           <link | ||||
|             rel="preload" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/fonts/KaTeX_Main-Regular.woff2" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.13.0/dist/fonts/KaTeX_Main-Regular.woff2" | ||||
|             as="font" | ||||
|             type="font/woff2" | ||||
|             crossOrigin="anonymous" | ||||
|           /> | ||||
|           <link | ||||
|             rel="preload" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/fonts/KaTeX_Math-Italic.woff2" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.13.0/dist/fonts/KaTeX_Math-Italic.woff2" | ||||
|             as="font" | ||||
|             type="font/woff2" | ||||
|             crossOrigin="anonymous" | ||||
|           /> | ||||
|           <link | ||||
|             rel="preload" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/fonts/KaTeX_Size2-Regular.woff2" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.13.0/dist/fonts/KaTeX_Size2-Regular.woff2" | ||||
|             as="font" | ||||
|             type="font/woff2" | ||||
|             crossOrigin="anonymous" | ||||
|           /> | ||||
|           <link | ||||
|             rel="preload" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/fonts/KaTeX_Size4-Regular.woff2" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.13.0/dist/fonts/KaTeX_Size4-Regular.woff2" | ||||
|             as="font" | ||||
|             type="font/woff2" | ||||
|             crossOrigin="anonymous" | ||||
|           /> | ||||
|           <link | ||||
|             rel="stylesheet" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css" | ||||
|             integrity="sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j" | ||||
|             href="https://cdn.jsdelivr.net/npm/katex@0.13.0/dist/katex.min.css" | ||||
|             integrity="sha384-t5CR+zwDAROtph0PXGte6ia8heboACF9R5l/DiY+WZ3P2lxNgvJkQk5n7GPvLMYw" | ||||
|             crossOrigin="anonymous" | ||||
|           /> | ||||
|         </Head> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user