Rename custom property of primary font to default font

This commit is contained in:
Helen Chong 2024-06-10 18:20:30 +08:00
parent af13363443
commit 957e01f65a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ body {
display: flex;
align-items: center;
flex-direction: column;
font-family: var(--ff-primary), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: var(--ff-default), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: var(--clr-body-txt);
background-color: var(--clr-body-bg);
}

View File

@ -35,7 +35,7 @@
--clr-mod-entry-bg: #241445;
--ff-primary: 'Lexend';
--ff-default: 'Lexend';
--ff-monospace: 'Inter One Mono';
--fs-main: 1.2rem;