From 2a3c8e29767736a606d13d0f9c23a90f0e162959 Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Tue, 14 Apr 2026 07:20:21 +0900 Subject: [PATCH] -- --- public/assets/css/style.css | 1 - public/base.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 797193b..548731a 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -119,7 +119,6 @@ pre { } /* Fonts */ -@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap'); @font-face { font-family: "MesloLGS Nerd Font"; font-style: normal; diff --git a/public/base.html b/public/base.html index 61aedd9..b659094 100644 --- a/public/base.html +++ b/public/base.html @@ -42,6 +42,9 @@ + + + {% block extra_head %}{% endblock %}