Enlarge default font size

This commit is contained in:
Helen Chong 2024-06-20 23:36:38 +08:00
parent 4fab1225e3
commit 8c4f41426f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ html {
} }
body { body {
font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 1rem; font-size: 1.2rem;
color: var(--clr-body-txt); color: var(--clr-body-txt);
line-height: 1.5; line-height: 1.5;
tab-size: 4; tab-size: 4;