set system-ui as font family for main, nav, and footer

This commit is contained in:
emma 2024-12-14 08:53:10 -05:00
parent 2c873b064c
commit 57278e7ad4
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ h1, h2, h3, h4, h5, h6, p, ul {
main, nav {
padding-top: 1rem;
padding-bottom: 0.5rem;
font-family: system-ui;
}
@ -72,6 +73,7 @@ footer {
padding-top: 0.5rem;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
font-family: system-ui;
}
header, footer {