diff --git a/unocss.config.ts b/unocss.config.ts index b5fb74e..7409820 100644 --- a/unocss.config.ts +++ b/unocss.config.ts @@ -3,7 +3,6 @@ import { presetAttributify, presetIcons, presetUno, - presetWebFonts, transformerDirectives, transformerVariantGroup, } from 'unocss' @@ -20,13 +19,6 @@ export default defineConfig({ scale: 1.2, warn: true, }), - presetWebFonts({ - fonts: { - sans: 'DM Sans', - serif: 'DM Serif Display', - mono: 'DM Mono', - }, - }), ], transformers: [ transformerDirectives(),