diff --git a/.gitignore b/.gitignore index c9a99da..8645e08 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ next-env.d.ts # typescript *.tsbuildinfo + +# agent workspace +.sisyphus/ diff --git a/app/globals.css b/app/globals.css index 156fa1e..d767ad6 100644 --- a/app/globals.css +++ b/app/globals.css @@ -122,7 +122,5 @@ } body { @apply bg-background text-foreground; - font-family: - var(--font-geist-sans), "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif; } }