diff --git a/src/App.vue b/src/App.vue
index 98477a5ba..ce782b3c9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,24 +1,9 @@
-
+
-
@@ -36,8 +21,7 @@ export default defineComponent({
},
data: () => ({
showWarningOnAddressesDialog: false,
- notifications: null as Notifications | null,
- font: "'Exo 2', sans-serif"
+ notifications: null as Notifications | null
}),
computed: {
layout() {
@@ -79,7 +63,7 @@ export default defineComponent({
})
-