Expand default font family fallback options

This commit is contained in:
Helen Chong 2024-06-02 10:39:31 +08:00
parent bed6e680c6
commit 0d1d1cd412
1 changed files with 1 additions and 1 deletions

View File

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