🍱 Update fonts

This commit is contained in:
2024-08-14 15:20:37 +08:00
parent bb69202b9f
commit cc9f1e9ac8
2 changed files with 11 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ export default defineNuxtConfig({
defaultLocale: "en",
},
css: ["@/assets/index.css"],
css: ["~/assets/index.css"],
runtimeConfig: {
public: {
@@ -55,12 +55,6 @@ export default defineNuxtConfig({
meta: [],
link: [
{ rel: "icon", type: "image/png", href: "/favicon.png" },
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" },
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap",
},
],
},
},