From 8dab29354ebe97eca2877942dd655e680add6c62 Mon Sep 17 00:00:00 2001 From: wallpants <47203170+wallpants@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:22:09 -0600 Subject: [PATCH] fix(docs): updated katex css import to properly load fonts --- docs/build.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/build.ts b/docs/build.ts index b0d821d..a9e6dff 100644 --- a/docs/build.ts +++ b/docs/build.ts @@ -12,9 +12,6 @@ const features = await Bun.file(featuresPath).text(); const baseCssPath = import.meta.dir + "/../src/css/styles.css"; const baseCss = await Bun.file(baseCssPath).text(); -const katexCssPath = import.meta.dir + "/../node_modules/katex/dist/katex.min.css"; -const katexCss = await Bun.file(katexCssPath).text(); - const pantsdown = new Pantsdown(); const { html, javascript } = pantsdown.parse(readme + features); @@ -23,8 +20,8 @@ const index = (theme: "dark" | "light") => ` + -