From 2f0c8b2a265d1ed13b6a425b6bfd84cb063d2987 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 14 Jun 2023 15:41:53 +0800 Subject: [PATCH] perf: beautify the visual experience of message text on windows #41 --- client/web/src/styles/tailwind.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/styles/tailwind.less b/client/web/src/styles/tailwind.less index ae9f868ebae..bedea2605bd 100644 --- a/client/web/src/styles/tailwind.less +++ b/client/web/src/styles/tailwind.less @@ -1,7 +1,7 @@ @tailwind base; @layer base { - body { + body, body pre { // zhihu style font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; }