diff --git a/.prettierrc b/.prettierrc index 31d9a37..8103a0b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -12,5 +12,5 @@ } } ], - "tailwindStylesheet": "./src/lib/styles/app.css" + "tailwindStylesheet": "./src/app.css" } diff --git a/bun.lock b/bun.lock index d987752..0d6e292 100644 --- a/bun.lock +++ b/bun.lock @@ -5,6 +5,7 @@ "": { "name": "rss-privacy-news", "dependencies": { + "@fontsource/courier-prime": "^5.2.8", "fast-xml-parser": "^5.5.8", "isomorphic-dompurify": "^3.4.0", "js-yaml": "^4.1.1", @@ -184,6 +185,8 @@ "@exodus/bytes": ["@exodus/bytes@1.15.0", "", { "peerDependencies": { "@noble/hashes": "^1.8.0 || ^2.0.0" }, "optionalPeers": ["@noble/hashes"] }, "sha512-UY0nlA+feH81UGSHv92sLEPLCeZFjXOuHhrIo0HQydScuQc8s0A7kL/UdgwgDq8g8ilksmuoF35YVTNphV2aBQ=="], + "@fontsource/courier-prime": ["@fontsource/courier-prime@5.2.8", "", {}, "sha512-M3xOCcXnGuFi9TcGCrz4hm5yeWg4Sn35MALRLPnqNoHhawTFvhyi2KSI2+5RyFtDNJrb58bPh8LLipgiI9KA0w=="], + "@humanfs/core": ["@humanfs/core@0.19.1", "", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="], "@humanfs/node": ["@humanfs/node@0.16.7", "", { "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.4.0" } }, "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ=="], diff --git a/package.json b/package.json index aeda9a7..21ea858 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "wrangler": "^4.76.0" }, "dependencies": { + "@fontsource/courier-prime": "^5.2.8", "fast-xml-parser": "^5.5.8", "isomorphic-dompurify": "^3.4.0", "js-yaml": "^4.1.1", diff --git a/src/lib/styles/app.css b/src/app.css similarity index 98% rename from src/lib/styles/app.css rename to src/app.css index 6b0ab86..ef2e637 100644 --- a/src/lib/styles/app.css +++ b/src/app.css @@ -1,6 +1,15 @@ @import 'https://www.nerdfonts.com/assets/css/webfont.css'; @import 'tailwindcss'; @plugin '@tailwindcss/typography'; + +.ascii { + font-family: 'Courier Prime', monospace; +} + +/*----------------------------------------------------------------------*/ +/* daisyui themes */ +/*----------------------------------------------------------------------*/ + @plugin 'daisyui' { logs: false; diff --git a/src/lib/assets/brand.txt b/src/lib/assets/brand.txt new file mode 100644 index 0000000..f591058 --- /dev/null +++ b/src/lib/assets/brand.txt @@ -0,0 +1,7 @@ + ▄▄▄▄ ▄▄▄▄ ▄▄▄▄▄▄▄ +▄█████ ▄██████▄ ███▀▀███▄ ▀▀ + ███ ███ ███ ██ ██ ███▄▄███▀ ████▄ ██ ██ ██ ▀▀█▄ ▄████ ██ ██ + ███ ███▄▄███ ███ ███▀▀▀▀ ██ ▀▀ ██ ██▄██ ▄█▀██ ██ ██▄██ + ███ ▀████▀ ██ ██ ███ ██ ██▄ ▀█▀ ▀█▄██ ▀████ ▀██▀ + ██ + ▀▀▀ diff --git a/src/lib/components/brand.svelte b/src/lib/components/brand.svelte new file mode 100644 index 0000000..5a5f839 --- /dev/null +++ b/src/lib/components/brand.svelte @@ -0,0 +1,31 @@ + + + + +
{brand}
+ 10xPrivacy
+