Removed custom fonts

This commit is contained in:
Yan Lin 2025-06-09 09:13:34 +02:00
parent 0f4437d78c
commit 1f6393cef9
34 changed files with 37 additions and 482 deletions

View file

@ -30,12 +30,12 @@
{% endblock %}
</div>
<div class="col-8 text-center">
<div class="page-header-logo h2 m-0 fw-bold" style="font-family: 'Abril Fatface', serif;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
<div class="page-header-logo h2 m-0" style="font-family: Impact, 'Arial Black', 'Franklin Gothic Bold', sans-serif;">{% block header_title %}Yan Lin's Homepage{% endblock %}</div>
</div>
<div class="col-2 text-end">
{% block header_right %}
{% if is_home_page %}
<a class="link-secondary header-icon px-2 h4" href="https://lab.yanlincs.com"><i class="bi bi-stack"></i></a>
<a class="link-secondary header-icon px-2 h4" href="https://github.com/Logan-Lin"><i class="bi bi-github"></i></a>
{% endif %}
{% endblock %}
</div>
@ -53,8 +53,6 @@
<span class="light-mode-text"><i class="bi bi-sun-fill"></i> ずっと正午でいいのに。</span>
<span class="mx-1">|</span>
Designed and implemented by Yan Lin.
<span class="mx-1">|</span>
<a class="link link-secondary" target="_blank" href="https://github.com/Logan-Lin/Homepage">Source Code</a>
</p>
</div>
</footer>