COrrection de nombreux bug, changement de font, réel username unique insensible à la casse...

This commit is contained in:
cherif
2023-01-17 00:30:39 +01:00
parent 8b365968ac
commit 796a8464b1
16 changed files with 95 additions and 83 deletions

View File

@@ -16,11 +16,11 @@ body {
}
@font-face {
font-family: "Bit5x3";
font-family: "PressStart2P";
src:
url("./fonts/Bit5x3.woff2") format("woff2"),
local("Bit5x3"),
url("./fonts/Bit5x3.woff") format("woff");
url("./fonts/PressStart2P.woff2") format("woff2"),
local("PressStart2P"),
url("./fonts/PressStart2P.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -42,8 +42,8 @@ a:visited {
.background-pages {
background-color: #333;
font-family: "Bit5x3";
font-size: 2vw;
font-family: "PressStart2P";
font-size: 1vw;
color: white;
}