diff --git a/assets/fonts/cantarell-extra-bold.woff2 b/assets/fonts/cantarell-extra-bold.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..38842d1edbbe63364d861c40879bf7670e03d999 Binary files /dev/null and b/assets/fonts/cantarell-extra-bold.woff2 differ diff --git a/scss/overview.scss b/scss/overview.scss index 7e06efdac422bdff0e2a72558070d09f758f7005..0ea207fb512c87be11ad808fa00bafa519497653 100644 --- a/scss/overview.scss +++ b/scss/overview.scss @@ -119,7 +119,7 @@ body.overview header.top { h2 { margin-top: 0; - font-weight: normal; + font-weight: 700; font-size: 55px; margin-bottom: 10px; hyphens: auto; @@ -171,7 +171,7 @@ body.overview header.top { h1 { margin: 0 0 20px; font-size: 45px; - font-weight: normal; + font-weight: 700; hyphens: auto; word-wrap: break-word; } diff --git a/scss/style.scss b/scss/style.scss index d3070cd1bca1536f2f5474e0da5dbbc4e8946b6b..2db317171ea12307a25b0814b26b0e34deeef214 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -30,6 +30,13 @@ body { src: url("fonts/Cantarell-Bold.woff"); } +@font-face { + font-family: Cantarell; + font-style: normal; + font-weight: 700; + src: url("fonts/cantarell-extra-bold.woff2") format("woff2"); +} + html { scroll-behavior: smooth; }