From 3e32e0f59b9ee7d1dcb441bd70cc9e5a204e9ade Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 13 Aug 2025 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E7=A7=BB=E9=99=A4=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uno.config.ts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/uno.config.ts b/uno.config.ts index d024e38..b4ab86b 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -4,7 +4,7 @@ import { presetIcons, presetTypography, presetUno, - presetWebFonts, + // presetWebFonts, transformerDirectives, transformerVariantGroup, } from 'unocss' @@ -21,13 +21,14 @@ export default defineConfig({ scale: 1.2, }), presetTypography(), - presetWebFonts({ - fonts: { - sans: 'DM Sans', - serif: 'DM Serif Display', - mono: 'DM Mono', - }, - }), + // presetWebFonts({ + // provider: 'none', + // fonts: { + // sans: 'DM Sans', + // serif: 'DM Serif Display', + // mono: 'DM Mono', + // }, + // }), ], transformers: [ transformerDirectives(),