Skip to content

Commit

Permalink
Update font
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 10, 2024
1 parent a964730 commit 16284e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Noto Sans TC -->
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900&display=swap"/>
<!-- Libraries -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./src/style.css"/>
Expand Down Expand Up @@ -368,6 +368,7 @@
>
<div class="max-w-screen-xl mx-auto px-4 sm:px-8 py-12">
<h1
x-show="router.currentRoute.title"
x-text="router.currentRoute.title"
class="mb-12 text-4xl font-bold"
></h1>
Expand Down

0 comments on commit 16284e5

Please sign in to comment.