diff --git a/frontend/src/main.ts b/frontend/src/main.ts
index 6f3bcb5367d6e9d2a0bf47a6e3cd3299262bc434..ec119eaac3563274579c0192705f803e630c6351 100644
--- a/frontend/src/main.ts
+++ b/frontend/src/main.ts
@@ -23,10 +23,14 @@ Vue.config.productionTip = false
 
 const el = process.env.NODE_ENV === 'test' ? undefined : '#app'
 
-
+const vuetify = new Vuetify({
+ icons: {
+    iconfont: 'md',
+  },
+})
 
 export default new Vue({
-  vuetify: new Vuetify(),
+  vuetify,
   el: el,
   router: router,
   store,