diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..a681be1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install && pnpm run build + command: pnpm run dev + + diff --git a/src/app.css b/src/app.css index 1c8a288..3563e4b 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,7 @@ +body { + font-family: "Inter", sans-serif +} + @font-face { font-family: 'Array-Wide'; src: url('/Array-Wide.woff2') format('woff2'), diff --git a/src/components/Background.svelte b/src/components/Background.svelte index c0af13f..c9dce7e 100644 --- a/src/components/Background.svelte +++ b/src/components/Background.svelte @@ -3,7 +3,7 @@ let _text = text.repeat(500) -
{`${word}`}{index !== title.length-1 ? " " : ""}
{/each}