From 67c17fbd36ec9aa185a60acc1381710f45702450 Mon Sep 17 00:00:00 2001 From: Alan Jui Date: Wed, 4 Sep 2024 08:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A8=82=20Styles=20=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/styles/styles.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/assets/styles/styles.css b/docs/assets/styles/styles.css index f511543..4792b1e 100644 --- a/docs/assets/styles/styles.css +++ b/docs/assets/styles/styles.css @@ -1,19 +1,8 @@ @charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap"); - -body { - font-family: 'Noto Sans TC', sans-serif !important; -} - -/* END: ed8c6549bwf9 */ - @import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap); -body { - font-family: 'Noto Serif TC', serif; -} - @font-face { font-family: 'BopomofoRuby'; src: @@ -22,10 +11,10 @@ body { } body { - font-family: "Noto Serif TC", serif; + font-family: 'Noto Sans TC', sans-serif !important; color: #333; line-height: 1.8; - width: 80%; + width: 100%; } header {