💄 style: use serif font in body

Also increases the size of the subheader in main page (cards), and
reduces the font weight of links.
This commit is contained in:
welpo
2023-02-11 19:20:56 +01:00
parent 9f412205b3
commit ce2cf4d056
4 changed files with 23 additions and 1 deletions

View File

@@ -30,6 +30,14 @@
color: var(--text-color);
}
#banner-home-subtitle p {
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
#banner-home-subtitle a {
font-weight: 400;
}
.banner-home-img {
aspect-ratio: 1 / 1;
max-width: 15rem;