From 6b67ea4ff943676b9e1c84eec77b1d756543f674 Mon Sep 17 00:00:00 2001 From: Arno Gourdol Date: Mon, 21 Aug 2023 10:16:59 -0700 Subject: [PATCH] fix: fixed typo in font description --- src/core/fonts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/fonts.ts b/src/core/fonts.ts index 31ac9141d..58590b9cb 100644 --- a/src/core/fonts.ts +++ b/src/core/fonts.ts @@ -90,7 +90,7 @@ export async function loadFonts(): Promise { ['KaTeX_Caligraphic-Bold', { weight: 'bold' }], ['KaTeX_Fraktur-Regular'], ['KaTeX_Fraktur-Bold', { weight: 'bold' }], - ['KaTeX_SansSerif-Regular', { style: 'italic' }], + ['KaTeX_SansSerif-Regular'], ['KaTeX_SansSerif-Bold', { weight: 'bold' }], ['KaTeX_SansSerif-Italic', { style: 'italic' }], ['KaTeX_Script-Regular'],