This commit is contained in:
2026-04-14 07:20:21 +09:00
parent 5ecea0ee42
commit 2a3c8e2976
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -42,6 +42,9 @@
<link rel="icon" type="image/png" href="/assets/images/favicon_cat.png" sizes="1200x1200">
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon_cat.svg" sizes="1200x1200">
<!-- Stylesheets / Scripts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="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" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css">
<script src="/assets/js/script.js" defer></script>
{% block extra_head %}{% endblock %}