Add internal font

This commit is contained in:
0d0 2025-02-05 13:23:42 +01:00
parent ebf8d8e67d
commit a712e9cb26
3 changed files with 23 additions and 21 deletions

View file

@ -120,8 +120,8 @@
</div>
<!-- Submit Button -->
<a
{href}
<button
type="submit"
class="w-full rounded-lg border-4 border-pink-700 bg-pink-500 px-4 py-3 text-black transition hover:bg-pink-600 active:border-yellow-500"
>
Start Download!
@ -151,11 +151,8 @@
{/if}
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
* {
font-size: 12px;
font-family: 'Press Start 2P', sans-serif;
}
.retro-radio {
appearance: none;