diff options
Diffstat (limited to 'frontend/public/main.css')
| -rw-r--r-- | frontend/public/main.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/frontend/public/main.css b/frontend/public/main.css index 11e81b2..dd8de49 100644 --- a/frontend/public/main.css +++ b/frontend/public/main.css @@ -70,7 +70,11 @@ background-color: var(--color-primary-100); } -.title, h1, h2, h3, h4 { +.title, +h1, +h2, +h3, +h4 { font-family: Alegreya, 'Goudy Old Style', Garamond, serif; } @@ -85,7 +89,10 @@ padding-block-start: 0; } -h1, h2, h3, h4 { +h1, +h2, +h3, +h4 { padding-block-start: var(--spacing-block-lg); } @@ -305,4 +312,4 @@ footer { .back-to-top-link { margin-inline-end: 0; } -}
\ No newline at end of file +} |
