set system-ui as font family for main, nav, and footer
This commit is contained in:
parent
2c873b064c
commit
57278e7ad4
|
@ -32,6 +32,7 @@ h1, h2, h3, h4, h5, h6, p, ul {
|
||||||
main, nav {
|
main, nav {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
|
font-family: system-ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,6 +73,7 @@ footer {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
|
font-family: system-ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
header, footer {
|
||||||
|
|
Loading…
Reference in New Issue