Skip to content
Snippets Groups Projects
Commit 7dd8bd4c authored by Titus Netland's avatar Titus Netland
Browse files

FontLoader fixed in main.js

parent 904a49cd
No related branches found
No related tags found
1 merge request!8FontLoader fixed in main.js
Pipeline #175338 passed
......@@ -2,9 +2,6 @@ import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";
import store from "./store";
import { loadFonts } from "./plugins/webfontloader";
import "./index.css";
loadFonts();
createApp(App).use(router).use(store).mount("#app");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment