From 231a917f7ae4c27bba23910e18d60fb45e5d0f5f Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:00:37 +0000 Subject: [PATCH] fix: title page --- assets/css/global.css | 2 +- assets/css/pages/index.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/global.css b/assets/css/global.css index 8882907..21ebfc1 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;400&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;400;600&display=swap"); :root { --accent: #9195ff; diff --git a/assets/css/pages/index.css b/assets/css/pages/index.css index 59e1020..701ffcd 100644 --- a/assets/css/pages/index.css +++ b/assets/css/pages/index.css @@ -30,6 +30,7 @@ -moz-text-fill-color: transparent; background-size: 100%; background-repeat: repeat; + font-weight: 600; } model-viewer {