diff --git a/src/main/resources/static/css/font/norwester.ttf b/src/main/resources/static/css/font/norwester.ttf new file mode 100755 index 0000000..b14cdc6 Binary files /dev/null and b/src/main/resources/static/css/font/norwester.ttf differ diff --git a/src/main/resources/static/css/font/norwester.woff b/src/main/resources/static/css/font/norwester.woff new file mode 100755 index 0000000..7ec2046 Binary files /dev/null and b/src/main/resources/static/css/font/norwester.woff differ diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 80d16e4..4e2aa6e 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -17,4 +17,21 @@ body { main { flex: 1 0 auto; +} + +@font-face { + font-family: "Norwester"; + src: url("/css/font/norwester.ttf"), + url("/css/font/norwester.woff"); +} + +.brand-logo{ + font-family: Norwester; + font-size: 45px !important; + font-weight: bold; + -webkit-text-fill-color: #fbcf40; + -webkit-text-stroke-color: black; + -webkit-text-stroke-width: 3px; + + } \ No newline at end of file diff --git a/src/main/resources/static/js/oauthCallback.js b/src/main/resources/static/js/oauthCallback.js index 8bec1ac..5e036fb 100644 --- a/src/main/resources/static/js/oauthCallback.js +++ b/src/main/resources/static/js/oauthCallback.js @@ -29,5 +29,4 @@ if(discordToken !== ""){ }); }else{ window.location = "/"; - debugger; } diff --git a/src/main/resources/templates/header.html b/src/main/resources/templates/header.html index 40d64ab..0ee390a 100644 --- a/src/main/resources/templates/header.html +++ b/src/main/resources/templates/header.html @@ -16,7 +16,8 @@