switch to barnum font

This commit is contained in:
2025-11-13 18:40:39 +13:00
parent ab8e894d1f
commit d55a2d9505
2 changed files with 9 additions and 1 deletions

Binary file not shown.

View File

@@ -1,7 +1,15 @@
@import "tailwindcss"; @import "tailwindcss";
@font-face {
font-family: Barnum;
font-style: normal;
font-weight: 200 700;
font-display: swap;
src: url("/fonts/barnum-roman.ttf");
}
html body { html body {
@apply font-[Georgia]; @apply font-[Barnum];
@apply w-[68%] mx-auto mt-14 h-full; @apply w-[68%] mx-auto mt-14 h-full;
@apply bg-[#f4f4f9]; @apply bg-[#f4f4f9];
} }