Explorar el Código

chore: 配置tailwind全局字体样式

zhaonan hace 5 días
padre
commit
7f22c3b562
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tailwind.config.js

+ 3 - 0
tailwind.config.js

@@ -2,6 +2,9 @@
 module.exports = {
 	content: ["./src/**/*.{html,js,ts,vue}"],
 	theme: {
+		fontFamily: {
+			sans: "Source Han Sans SC"
+		},
 		extend: {},
 	},
 	plugins: [],