feat: enhance typography with new font sources, update footer layout, and improve navigation structure

This commit is contained in:
yuanhau 2025-05-07 00:03:44 +08:00
parent 7c7601a38b
commit d773473eb0
13 changed files with 172 additions and 31 deletions

View file

@ -1,6 +1,8 @@
<script setup lang="ts">
import "bootstrap-icons/font/bootstrap-icons.css";
import "animate.css";
import "@fontsource/fira-sans";
import '@fontsource-variable/noto-sans-tc';
const { t } = useI18n();
</script>
<template>