File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,36 +42,36 @@ class MyDocument extends Document {
42
42
</ noscript >
43
43
< link
44
44
rel = "preload"
45
- href = "https://cdn.jsdelivr.net/npm/katex@0.10.2 /dist/fonts/KaTeX_Main-Regular.woff2"
45
+ href = "https://cdn.jsdelivr.net/npm/katex@0.13.0 /dist/fonts/KaTeX_Main-Regular.woff2"
46
46
as = "font"
47
47
type = "font/woff2"
48
48
crossOrigin = "anonymous"
49
49
/>
50
50
< link
51
51
rel = "preload"
52
- href = "https://cdn.jsdelivr.net/npm/katex@0.10.2 /dist/fonts/KaTeX_Math-Italic.woff2"
52
+ href = "https://cdn.jsdelivr.net/npm/katex@0.13.0 /dist/fonts/KaTeX_Math-Italic.woff2"
53
53
as = "font"
54
54
type = "font/woff2"
55
55
crossOrigin = "anonymous"
56
56
/>
57
57
< link
58
58
rel = "preload"
59
- href = "https://cdn.jsdelivr.net/npm/katex@0.10.2 /dist/fonts/KaTeX_Size2-Regular.woff2"
59
+ href = "https://cdn.jsdelivr.net/npm/katex@0.13.0 /dist/fonts/KaTeX_Size2-Regular.woff2"
60
60
as = "font"
61
61
type = "font/woff2"
62
62
crossOrigin = "anonymous"
63
63
/>
64
64
< link
65
65
rel = "preload"
66
- href = "https://cdn.jsdelivr.net/npm/katex@0.10.2 /dist/fonts/KaTeX_Size4-Regular.woff2"
66
+ href = "https://cdn.jsdelivr.net/npm/katex@0.13.0 /dist/fonts/KaTeX_Size4-Regular.woff2"
67
67
as = "font"
68
68
type = "font/woff2"
69
69
crossOrigin = "anonymous"
70
70
/>
71
71
< link
72
72
rel = "stylesheet"
73
- href = "https://cdn.jsdelivr.net/npm/katex@0.10.2 /dist/katex.min.css"
74
- integrity = "sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j "
73
+ href = "https://cdn.jsdelivr.net/npm/katex@0.13.0 /dist/katex.min.css"
74
+ integrity = "sha384-t5CR+zwDAROtph0PXGte6ia8heboACF9R5l/DiY+WZ3P2lxNgvJkQk5n7GPvLMYw "
75
75
crossOrigin = "anonymous"
76
76
/>
77
77
</ Head >
You can’t perform that action at this time.
0 commit comments