diff --git a/websiteapp/static/css/styles.css b/websiteapp/static/css/styles.css index c79b88b..80ad4c6 100644 --- a/websiteapp/static/css/styles.css +++ b/websiteapp/static/css/styles.css @@ -1,18 +1,27 @@ @font-face { font-family: 'CynthoBold'; - src: + src: url('/static/font/CynthoNextBold.otf') format('opentype'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'CynthoRegular'; + src: + url('/static/font/CynthoNextRegular.otf') format('opentype'); + font-weight: normal; font-style: normal; } @font-face { - font-family: 'CynthoRegular'; - src: - url('/static/font/CynthoNextRegular.otf') format('opentype'); + font-family: 'CynthoExtraBold'; + src: + url('/static/font/CynthoNextExtraBold.otf') format('opentype'); - font-weight: normal; + font-weight: 900; font-style: normal; } @@ -63,13 +72,13 @@ textarea { .btn-group { display: flex; /* places buttons side-by-side */ justify-content: center; /* centers them horizontally */ /* aligns vertically */ - gap: 15px; + gap: 15px; margin-top: 0px; } img { - display: block; - margin: 0 auto; - align-items: center; + display: block; + margin: 0 auto; + align-items: center; width: 650px; } diff --git a/websiteapp/templates/websiteapp/base.html b/websiteapp/templates/websiteapp/base.html index 5e09495..dfe3ad9 100644 --- a/websiteapp/templates/websiteapp/base.html +++ b/websiteapp/templates/websiteapp/base.html @@ -3,7 +3,7 @@
- + @@ -17,7 +17,7 @@