diff --git a/Assets/Fonts/SpaceGrotesk.ttf b/Assets/Fonts/SpaceGrotesk.ttf new file mode 100644 index 0000000..e1329aa Binary files /dev/null and b/Assets/Fonts/SpaceGrotesk.ttf differ diff --git a/auth/index.php b/auth/index.php index d5d7dfc..5dc0a91 100644 --- a/auth/index.php +++ b/auth/index.php @@ -21,15 +21,13 @@ echo getHello(); ?> - + + Fellow Townie -
- Setup an account SSH key -
- - + +
diff --git a/elements/head.php b/elements/head.php index 601b16e..60f5ff0 100644 --- a/elements/head.php +++ b/elements/head.php @@ -9,6 +9,7 @@ + diff --git a/style.css b/style.css index bbd1cf1..0e7b663 100644 --- a/style.css +++ b/style.css @@ -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; +}