Skip to content

Commit

Permalink
🐛 Bug:Fix the bug of missing KaTeX fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Nov 30, 2024
1 parent e093e80 commit eaeff3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file added lib/fonts/KaTeX_Caligraphic-Regular.ttf
Binary file not shown.
Binary file added lib/fonts/KaTeX_Caligraphic-Regular.woff
Binary file not shown.
Binary file added lib/fonts/KaTeX_Caligraphic-Regular.woff2
Binary file not shown.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
"lib/fonts/KaTeX_Size2-Regular.ttf",
"lib/fonts/KaTeX_Size4-Regular.ttf",
"lib/pdf.js",
"lib/pdf.worker.js"
"lib/pdf.worker.js",
"lib/fonts/KaTeX_Caligraphic-Regular.woff2",
"lib/fonts/KaTeX_Caligraphic-Regular.woff",
"lib/fonts/KaTeX_Caligraphic-Regular.ttf"
],
"matches": ["<all_urls>"]
}],
Expand Down

0 comments on commit eaeff3a

Please sign in to comment.