From 9697af1f89a4476dde157a018301d7d612bc0f76 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 4 Jan 2026 02:29:02 +0000 Subject: [PATCH] Remove temporary comment and restore web fonts preset Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com> --- unocss.config.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/unocss.config.ts b/unocss.config.ts index 5ea213a49..001b1f731 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -129,13 +129,12 @@ export default defineConfig({ ) } } + }), + presetWebFonts({ + fonts: { + mono: 'Geist Mono' + } }) - // Temporarily disabled for build in sandboxed environment - // presetWebFonts({ - // fonts: { - // mono: 'Geist Mono' - // } - // }) ], transformers: [transformerDirectives()] }) \ No newline at end of file