Expand default font family fallback options
This commit is contained in:
parent
bed6e680c6
commit
0d1d1cd412
|
@ -7,7 +7,7 @@ body {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
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);
|
||||
background-color: var(--clr-body-bg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue