diff --git a/src/app.css b/src/app.css index ddbe267..a81581d 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); + @tailwind base; @tailwind components; @tailwind utilities; @@ -7,6 +9,7 @@ body { @apply text-black; padding: 0; margin: 0; + font-family: "Roboto", sans-serif; } .scrolling-background { diff --git a/src/lib/components/GameListed.svelte b/src/lib/components/GameListed.svelte index e69de29..ec2e982 100644 --- a/src/lib/components/GameListed.svelte +++ b/src/lib/components/GameListed.svelte @@ -0,0 +1,7 @@ +
diff --git a/src/lib/components/UserListed.svelte b/src/lib/components/UserListed.svelte new file mode 100644 index 0000000..babe819 --- /dev/null +++ b/src/lib/components/UserListed.svelte @@ -0,0 +1,6 @@ +Rowblox
+ +Please try again later, or report this incident to a Rowblox developer if it persists.
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index f01ca83..5931d69 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -1,43 +1,26 @@