Skip to content

Commit 03ed2c5

Browse files
committed
Change font-size, Change serif font
1 parent 4d89311 commit 03ed2c5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css/tailwind.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55

66
@font-face {
7-
font-family: 'ET Book';
8-
src: url('/fonts/ETbb-Regular.otf');
7+
font-family: 'Merriweather';
8+
src: url('/fonts/Merriweather-Regular.ttf');
99
font-display: swap;
1010
}
1111

1212
@layer base {
1313
html {
1414
@apply font-serif;
15-
font-size: 1.15rem;
15+
font-size: 1rem;
1616
}
1717
}
1818

@@ -80,3 +80,7 @@ input:-webkit-autofill:focus {
8080
display: inline-block;
8181
vertical-align: middle;
8282
}
83+
84+
.list-tight {
85+
line-height: 1.2; /* Adjust the value as needed */
86+
}

0 commit comments

Comments
 (0)