From 718ced6af9d224cd944792740f70036bafaa374e Mon Sep 17 00:00:00 2001 From: Privatech <99482159+Privatech38@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:50:23 +0200 Subject: [PATCH 1/2] Set monospace for font family --- frontend/src/App.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ea21aad..4a47814 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -38,4 +38,10 @@ function fetchRandomNumber() {
Error: {{ err }}
- + From c32bfb5c36ee3b472f161abb98e773e7be0cdd9c Mon Sep 17 00:00:00 2001 From: Privatech <99482159+Privatech38@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:11:26 +0200 Subject: [PATCH 2/2] Fix format --- frontend/src/App.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4a47814..e43b6c1 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -39,9 +39,7 @@ function fetchRandomNumber() {