Name styling

This commit is contained in:
2023-10-06 20:25:08 -04:00
parent 7c811a546e
commit 9f598542a1
4 changed files with 16 additions and 6 deletions

View File

@@ -8,6 +8,11 @@
src: url("/Assets/Fonts/C64-Rounded.ttf") format("truetype");
}
@font-face {
font-family: Space;
src: url("/Assets/Fonts/SpaceGrotesk.ttf") format("truetype");
}
body {
background-color: black;
background-image: url("/Assets/wallpaper4k.png");
@@ -200,3 +205,9 @@ input:checked+.slider:before {
.slider.round:before {
border-radius: 50%;
}
.name {
font-family: Space, Courier, monospace;
white-space: nowrap;
font-size: 2vw;
}