From bdf0b4dfd0980e23fc0d09e89fa1225126fe03ac Mon Sep 17 00:00:00 2001 From: yuuuxt Date: Fri, 2 Feb 2024 09:01:03 -0800 Subject: [PATCH] make chat font consistent with vscode UI (#808) * update inline code default font * make chat font consistent with vscode UI --- gui/src/components/markdown/StyledMarkdownPreview.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/src/components/markdown/StyledMarkdownPreview.tsx b/gui/src/components/markdown/StyledMarkdownPreview.tsx index 62480c1075..5a278b51a2 100644 --- a/gui/src/components/markdown/StyledMarkdownPreview.tsx +++ b/gui/src/components/markdown/StyledMarkdownPreview.tsx @@ -60,6 +60,7 @@ const StyledMarkdown = styled.div<{ background-color: ${vscBackground}; font-family: + var(--vscode-font-family), system-ui, -apple-system, BlinkMacSystemFont,