Use Coda font for page links, too

This commit is contained in:
Aaron van Geffen 2023-03-11 17:20:22 +01:00
parent 54c4294d08
commit 4d47696dcd
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ a:hover {
.page-link {
color: #b50707;
font-family: 'Coda', sans-serif;
}
.page-link:hover {
color: #a40d0d;
@ -46,7 +47,7 @@ a:hover {
}
.btn {
font-family: 'Coda', 'sans-serif';
font-family: 'Coda', sans-serif;
}
.btn-primary {
--bs-btn-bg: #6c757d;