switch to barnum font
This commit is contained in:
BIN
web/public/fonts/barnum-roman.ttf
Normal file
BIN
web/public/fonts/barnum-roman.ttf
Normal file
Binary file not shown.
@@ -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];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user