diff options
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/README.md | 4 | ||||
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | clients/www/src/app.postcss | 7 | ||||
-rw-r--r-- | clients/www/src/routes/+layout.svelte | 5 | ||||
-rw-r--r-- | clients/www/src/routes/+page.svelte | 2 | ||||
-rw-r--r-- | clients/www/static/font/ZeldaOracles.woff2 | bin | 6460 -> 0 bytes | |||
-rw-r--r-- | clients/www/static/font/zelda-oracles.woff2 | bin | 0 -> 5436 bytes |
7 files changed, 16 insertions, 4 deletions
diff --git a/clients/www/README.md b/clients/www/README.md index 5c91169..9e4ad05 100644 --- a/clients/www/README.md +++ b/clients/www/README.md @@ -36,3 +36,7 @@ npm run build You can preview the production build with `npm run preview`. > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. + +# Acknowledgements + +This project utilizes the FontStruction [Zelda Oracles](https://fontstruct.com/fontstructions/show/1984652) by “aztecwarrior28” is licensed under a [Creative Commons Attribution Share Alike license](http://creativecommons.org/licenses/by-sa/3.0/). diff --git a/clients/www/package.json b/clients/www/package.json index 0a6dda1..a4e914b 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -29,11 +29,13 @@ "eslint": "^9.1.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.38.0", + "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.15", "svelte-check": "^3.6.9", + "svelte-persisted-store": "^0.9.2", "tailwindcss": "3.4.3", "tslib": "^2.6.2", "typescript": "^5.4.5", diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss index a7f6f88..b09047c 100644 --- a/clients/www/src/app.postcss +++ b/clients/www/src/app.postcss @@ -4,14 +4,15 @@ @tailwind variants; @font-face { - font-family: "Zelda Oracle"; - src: url("/font/ZeldaOracles.woff2") format("woff2"); + font-family: "Zelda Oracles"; + src: url("/font/zelda-oracles.woff2") format("woff2"); } + html, body { @apply h-full overflow-hidden; } :root [data-theme="wintry"] { - --theme-font-family-base: "Zelda Oracle"; + --theme-font-family-base: "Zelda Oracles"; }
\ No newline at end of file diff --git a/clients/www/src/routes/+layout.svelte b/clients/www/src/routes/+layout.svelte index a651da6..a80d9aa 100644 --- a/clients/www/src/routes/+layout.svelte +++ b/clients/www/src/routes/+layout.svelte @@ -1,4 +1,5 @@ <script lang="ts"> + import "iconify-icon"; import { base } from '$app/paths'; import '../app.postcss'; import { AppShell, AppBar, LightSwitch, initializeStores, Toast } from '@skeletonlabs/skeleton'; @@ -27,7 +28,9 @@ </svelte:fragment> <a href="{base}/">Zelda: Oracle Password Generator</a> <svelte:fragment slot="trail"> - <a href="https://github.com/RosstheRoss/zorascript">TODO: SOURCE CODE</a> + <a href="https://github.com/RosstheRoss/zorascript"> + <iconify-icon icon="mdi:github" height="auto" /> + </a> </svelte:fragment> </AppBar> </svelte:fragment> diff --git a/clients/www/src/routes/+page.svelte b/clients/www/src/routes/+page.svelte index e963da4..1286b34 100644 --- a/clients/www/src/routes/+page.svelte +++ b/clients/www/src/routes/+page.svelte @@ -1,3 +1,5 @@ <svelte:head> <title>Zelda: Oracle of [Ages,Seasons] Passphrase Generator</title> </svelte:head> + +Coming eventually.... diff --git a/clients/www/static/font/ZeldaOracles.woff2 b/clients/www/static/font/ZeldaOracles.woff2 Binary files differdeleted file mode 100644 index 5dc300c..0000000 --- a/clients/www/static/font/ZeldaOracles.woff2 +++ /dev/null diff --git a/clients/www/static/font/zelda-oracles.woff2 b/clients/www/static/font/zelda-oracles.woff2 Binary files differnew file mode 100644 index 0000000..b0399e1 --- /dev/null +++ b/clients/www/static/font/zelda-oracles.woff2 |