Browse Source

windicss 配置

Darkhorsedamon 2 years ago
parent
commit
731293af01
1 changed files with 14 additions and 0 deletions
  1. 14 0
      windi.config.js

+ 14 - 0
windi.config.js

@@ -0,0 +1,14 @@
+import { defineConfig } from 'windicss/helpers'
+
+export default defineConfig({
+  theme: {
+    screens: {
+      'footer': '1550px',
+    },
+    extend: {
+      fontFamily: {
+        primary: ["微软雅黑","Microsoft YaHei","PingFang-SC-Regular", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif']
+      }
+    }
+  }
+})