COrrection de nombreux bug, changement de font, réel username unique insensible à la casse...
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user