tweak fonts

This commit is contained in:
j 2022-04-26 15:41:03 +01:00
parent 66427a6c37
commit 272a7b4bb1

View file

@ -150,6 +150,7 @@ p {
display: block;
width: 100%;
text-align: center;
font-family: 'PT Sans Narrow',sans-serif;
}
}
@ -164,6 +165,7 @@ p {
#title {
.content {
margin-top: 64px;
text-align: center;
}
}
}
@ -206,6 +208,7 @@ p {
list-style-type: none;
padding: 0;
li {
font-family: 'PT Sans Narrow',sans-serif;
line-height: 1.5em;
font-size: 36px;
a, a:visited, a:active, a:hover {