switch to barnum font
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
@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 {
|
||||
@apply font-[Georgia];
|
||||
@apply font-[Barnum];
|
||||
@apply w-[68%] mx-auto mt-14 h-full;
|
||||
@apply bg-[#f4f4f9];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user