From 2f4fbc6ae65e8ca88a723cc79fc525c219d93a22 Mon Sep 17 00:00:00 2001 From: Yulia Hermak Date: Fri, 13 Oct 2023 17:11:07 +0100 Subject: [PATCH] Test programs with different fonts --- src/App.vue | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index ce782b3c9..98477a5ba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,24 @@ @@ -21,7 +36,8 @@ export default defineComponent({ }, data: () => ({ showWarningOnAddressesDialog: false, - notifications: null as Notifications | null + notifications: null as Notifications | null, + font: "'Exo 2', sans-serif" }), computed: { layout() { @@ -63,7 +79,7 @@ export default defineComponent({ }) -