diff --git a/assets/styles/index.css b/assets/styles/index.css index 72854f7..758231d 100644 --- a/assets/styles/index.css +++ b/assets/styles/index.css @@ -122,7 +122,7 @@ html, body { font-style: Bold; text-align: right; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 10px; @@ -139,7 +139,7 @@ html, body { font-style: Bold; text-align: right; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 10px; @@ -156,7 +156,7 @@ html, body { font-style: Bold; text-align: right; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 0; diff --git a/assets/styles/leaderboard.css b/assets/styles/leaderboard.css index aa0dba1..040cee7 100644 --- a/assets/styles/leaderboard.css +++ b/assets/styles/leaderboard.css @@ -48,7 +48,7 @@ body, html { font-size: 24px; align-self: auto; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin: 5px 5px 0; @@ -64,7 +64,7 @@ body, html { h2 { text-align: center; - font-weight: 1000; + font-weight: 700; font-size: 3rem; font-family: Noto Sans; color: var(--White2); @@ -83,13 +83,13 @@ table { table th { color: var(--Text-Header); font-size: 2rem; - font-weight: 1000; + font-weight: 700; padding: 10px; } table td { color: var(--Gray1); font-size: 1.2rem; - font-weight: 1000; + font-weight: 600; padding: 10px; } diff --git a/assets/styles/login.css b/assets/styles/login.css index 6e86063..2f733d4 100644 --- a/assets/styles/login.css +++ b/assets/styles/login.css @@ -46,7 +46,7 @@ html, body { align-self: stretch; text-align: center; font-family: Noto Sans; - font-weight: 1000; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 0; @@ -112,7 +112,7 @@ html, body { align-self: auto; text-align: center; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 0; diff --git a/assets/styles/register.css b/assets/styles/register.css index 010cd67..b7213ec 100644 --- a/assets/styles/register.css +++ b/assets/styles/register.css @@ -45,7 +45,7 @@ html, body { align-self: stretch; text-align: center; font-family: Noto Sans; - font-weight: 1000; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 0; @@ -173,7 +173,7 @@ html, body { align-self: center; text-align: center; font-family: Noto Sans; - font-weight: 700; + font-weight: 600; line-height: normal; font-stretch: normal; margin-right: 0; diff --git a/html/login.html b/html/login.html index 02961a6..3377df7 100644 --- a/html/login.html +++ b/html/login.html @@ -4,7 +4,7 @@