Change body font from Roboto to Inter

This commit is contained in:
2025-09-11 16:29:33 +09:30
parent 513504d175
commit 9a3a597be4
48 changed files with 163 additions and 14 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ const {
---
<div class={className}>
<Tag class="font-header m-0 text-center text-3xl"><slot /></Tag>
<Tag class="m-0 text-center text-3xl font-extrabold"><slot /></Tag>
<hr class={`mx-auto my-4 w-16 border-2 ${lineColour} ${lineColourDark}`} />
</div>