From a38a52fa5dbe9be75c33c100a4553b2c001d7ba9 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Fri, 27 Feb 2026 22:49:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Release=20RC-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 60 ++++++++++------------------------------------- package.json | 4 ++-- src/css/index.css | 35 --------------------------- 3 files changed, 15 insertions(+), 84 deletions(-) diff --git a/index.html b/index.html index e3f0ecf..09b372f 100644 --- a/index.html +++ b/index.html @@ -1,67 +1,33 @@ + Nitro - - - - - + + + + + - - - Nitro + +
diff --git a/package.json b/package.json index e7a892e..4dab2f5 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "homepage": ".", "private": true, "scripts": { - "start": "vite --host", - "build": "vite build", + "start": "vite --base=/client/ --host", + "build": "vite --base=/client/ build", "build:prod": "npx browserslist@latest --update-db && yarn build", "eslint": "eslint ./src" }, diff --git a/src/css/index.css b/src/css/index.css index be65781..36d3b21 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -7,41 +7,6 @@ src: url("@/assets/webfonts/Ubuntu-C.ttf"); } -@font-face { - font-family: Habbo; - src: url("@/assets/webfonts/Habbo.ttf"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: Habbo; - src: url("@/assets/webfonts/Habbo-b.ttf"); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: Habbo; - src: url("@/assets/webfonts/Habbo-i.ttf"); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: Habbo; - src: url("@/assets/webfonts/Habbo-m.ttf"); - font-weight: 500; - font-style: normal; -} - -@font-face { - font-family: Habbo; - src: url("@/assets/webfonts/Habbo-t.ttf"); - font-weight: 100; - font-style: normal; -} - html, body { padding: 0;