加入两个字体

This commit is contained in:
2023-03-03 00:33:30 +08:00
parent e8c230211b
commit 10047b7b6d
5 changed files with 34 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-03-01 23:17:06
* @LastEditTime: 2023-03-02 23:44:32
* @FilePath: /task_schedule/src/main.js
* @Description:
*
@@ -15,10 +15,12 @@ import store from "@/store/index";
import App from './App.vue';
import './style.css';
import "@/assets/font/fonts.css";
//css
import("element-plus/dist/index.css");
//element-plus
import ElementPlus from "element-plus";
import * as ElementPlusIconsVue from "@element-plus/icons-vue";