Skip to content

Commit

Permalink
chore: clean style
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Sep 6, 2024
1 parent 1bb2f75 commit ed4719c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
crossorigin="anonymous"
/>
<style>
/**
解决公众号复制字体问题
*/
.katex .mathnormal {
font-family: 'Times New Roman' !important;
}

.loading {
position: fixed;
top: 0;
Expand Down Expand Up @@ -101,9 +94,9 @@
<script>
MathJax = {
svg: { fontCache: 'none' },
tex: { tags: 'ams' }
};
</script>
tex: { tags: 'ams' },
}
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
Expand Down

0 comments on commit ed4719c

Please sign in to comment.