Change title font

This commit is contained in:
Fred Boniface 2022-10-17 11:01:52 +01:00
parent e17a3e1524
commit 38a97b230d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ body {
.page-title { .page-title {
text-align: center; text-align: center;
font-family: indieflower, 'Brush Script MT', cursive; font-family: oxygen, sans-serif;
font-weight: 700;
color: #eeeeee; color: #eeeeee;
padding-top: 65px; padding-top: 65px;
padding-bottom: 10px; padding-bottom: 10px;