diff --git a/public/audio/SPOTS.mp3 b/public/audio/SPOTS.mp3 deleted file mode 100644 index ca5a0c7..0000000 Binary files a/public/audio/SPOTS.mp3 and /dev/null differ diff --git a/src/app.css b/src/app.css index 3c3f844..32438f3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap"); + @tailwind base; @tailwind components; @tailwind utilities; @@ -6,4 +8,5 @@ html, body { @apply bg-neutral-900; @apply text-white; + font-family: "Nunito", sans-serif; } diff --git a/src/config.json b/src/config.json index b63b5aa..6f99bcb 100644 --- a/src/config.json +++ b/src/config.json @@ -2,7 +2,7 @@ "imageDuration": 10, "images": ["/img/1.jpg", "/img/2.jpg", "/img/3.jpg", "/img/4.jpg", "/img/5.jpg", "/img/6.jpg", "/img/7.jpg", "/img/8.jpg"], - "audioMethod": "radio", + "audioMethod": "playlist", "radio": "https://noise.madhouselabs.net", "radioServerName": "dope", @@ -10,7 +10,6 @@ "playlist": [ { "title": "MF DOOM - Rapp Snitch Knishes", "location": "/audio/Rapp Snitch Knishes.mp3" }, { "title": "Modjo - Lady (Hear Me Tonight)", "location": "/audio/Lady.mp3" }, - { "title": "EVABOY - is there a point (girl u know)", "location": "/audio/is there a point (girl u know).mp3" }, - { "title": "snuffles - SPOTS", "location": "/audio/SPOTS.mp3" } + { "title": "EVABOY - is there a point (girl u know)", "location": "/audio/is there a point (girl u know).mp3" } ] } diff --git a/src/lib/Slideshow.svelte b/src/lib/Slideshow.svelte index 9d61954..08ecfd3 100644 --- a/src/lib/Slideshow.svelte +++ b/src/lib/Slideshow.svelte @@ -1,5 +1,5 @@