diff --git a/src/components/GlobalLoading1.vue b/src/components/GlobalLoading1.vue
index 1f643fa..50e8cdc 100644
--- a/src/components/GlobalLoading1.vue
+++ b/src/components/GlobalLoading1.vue
@@ -4,7 +4,7 @@
-
+
diff --git a/src/main.js b/src/main.js
index d2936cd..1416688 100755
--- a/src/main.js
+++ b/src/main.js
@@ -9,6 +9,7 @@ import './style/theme/index.css'
import './style/theme/common.scss'
import 'core-js/stable';
import 'regenerator-runtime/runtime';
+import '@/assets/css/fonts.css';
import LoadingService from './services/loading'
import { directive as clickaway } from 'vue-clickaway';
Vue.prototype.$loadingFn = LoadingService