Skip to content

Commit 173258c

Browse files
committed
🐛 Fix KaTeX font
1 parent b2db0e6 commit 173258c

File tree

3 files changed

+3
-995
lines changed

3 files changed

+3
-995
lines changed

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
8+
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.8.3/katex.min.css" integrity="sha384-B41nY7vEWuDrE9Mr+J2nBL0Liu+nl/rBXTdpQal730oTHdlrlXHzYMOhDU60cwde" crossorigin="anonymous">
810
</head>
911

1012
<body>

src/styles/template.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"../../node_modules/codemirror/addon/scroll/simplescrollbars",
1616

1717
"vendor/codeMirror",
18-
"vendor/splitPane",
19-
"vendor/katex";
18+
"vendor/splitPane";
2019

2120
@import "themes/light/index",
2221
"themes/dark/index";

0 commit comments

Comments
 (0)