diff --git a/apps/wrapped/static/wrapped/css/1/custom.css b/apps/wrapped/static/wrapped/css/1/custom.css index d4b865c4..39a2d2c3 100644 --- a/apps/wrapped/static/wrapped/css/1/custom.css +++ b/apps/wrapped/static/wrapped/css/1/custom.css @@ -4,7 +4,7 @@ } @font-face { font-family: "JEMROKtrial-Regular"; - src: url("/static/wrapped/fonts/1/jr-font.ttf"); + src: url("/static/wrapped/fonts/1/JEMROKtrial-Regular.ttf"); } body { font-family: "JEMROKtrial-Regular", sans-serif; @@ -54,7 +54,7 @@ h1 { margin: 10px 0; padding: 10px; border-radius: 5px; - font-weight: bold; + font-weight: normal; } .ranking-bar { width: 100%; diff --git a/apps/wrapped/static/wrapped/fonts/1/jr-font.ttf b/apps/wrapped/static/wrapped/fonts/1/JEMROKtrial-Regular.ttf similarity index 95% rename from apps/wrapped/static/wrapped/fonts/1/jr-font.ttf rename to apps/wrapped/static/wrapped/fonts/1/JEMROKtrial-Regular.ttf index 7815521b..201f7f5e 100644 Binary files a/apps/wrapped/static/wrapped/fonts/1/jr-font.ttf and b/apps/wrapped/static/wrapped/fonts/1/JEMROKtrial-Regular.ttf differ diff --git a/apps/wrapped/static/wrapped/fonts/1/JemroktrialRegular-MVe4B.ttf b/apps/wrapped/static/wrapped/fonts/1/JemroktrialRegular-MVe4B.ttf deleted file mode 100644 index ea30e52e..00000000 Binary files a/apps/wrapped/static/wrapped/fonts/1/JemroktrialRegular-MVe4B.ttf and /dev/null differ diff --git a/apps/wrapped/templates/wrapped/1/wrapped_base.html b/apps/wrapped/templates/wrapped/1/wrapped_base.html index 71deb764..3cd72a99 100644 --- a/apps/wrapped/templates/wrapped/1/wrapped_base.html +++ b/apps/wrapped/templates/wrapped/1/wrapped_base.html @@ -58,7 +58,7 @@ SPDX-License-Identifier: GPL-3.0-or-later