From 66a9f4b780cc682829ee860f20b981827093ff5d Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 19:03:15 +0900 Subject: [PATCH] remove fontWeight property --- app/syntax/quot.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/syntax/quot.ts b/app/syntax/quot.ts index a3f9ea1..cdcb674 100644 --- a/app/syntax/quot.ts +++ b/app/syntax/quot.ts @@ -46,7 +46,6 @@ export const quotHighlighting = syntaxHighlighting( padding: "0.2em 0.4em", fontSize: "0.9em", fontFamily: "var(--nc-font-mono)", - fontWeight: "bold", }, ]) );