From 79bb323dbec133eb20fae286721d16b240bd2a80 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 2 Aug 2022 14:37:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20#41=20=E8=B0=83=E6=95=B4=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles/tailwind.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/styles/tailwind.less b/web/src/styles/tailwind.less index 602e0293..29639db4 100644 --- a/web/src/styles/tailwind.less +++ b/web/src/styles/tailwind.less @@ -1,6 +1,11 @@ @tailwind base; @layer base { + body { + // github style + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; + } + h1 { @apply text-2xl; }