From 3b83c92183aa793125943f64c57b0eb04e444fba Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Thu, 2 Nov 2023 11:01:24 +0100 Subject: [PATCH] Added custom fonts and did minor adjustments --- Frontend/src/App.vue | 2 +- .../src/components/mock/HistoryRecords.vue | 4 ++-- .../components/sidebar/SidebarComponent.vue | 2 +- .../sidebar/SidebarMenuElementComponent.vue | 4 ++-- Frontend/src/fonts/Raleway-Variable.ttf | Bin 0 -> 311856 bytes Frontend/src/fonts/Sono-Variable.ttf | Bin 0 -> 154480 bytes Frontend/src/style.css | 10 ++++++++++ Frontend/tailwind.config.js | 4 ++++ 8 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 Frontend/src/fonts/Raleway-Variable.ttf create mode 100644 Frontend/src/fonts/Sono-Variable.ttf diff --git a/Frontend/src/App.vue b/Frontend/src/App.vue index f61c09b..cd9439b 100644 --- a/Frontend/src/App.vue +++ b/Frontend/src/App.vue @@ -6,7 +6,7 @@ import SidebarComponent from '@components/sidebar/SidebarComponent.vue';