From afc305ae9dc0b4c47482364938fa3cff64c25545 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sun, 28 Sep 2025 18:58:12 +0700 Subject: [PATCH] change to use json data for font list instead of static data inside the page file --- pages/fonts.vue | 153 ++++++++++-------------------------------------- 1 file changed, 30 insertions(+), 123 deletions(-) diff --git a/pages/fonts.vue b/pages/fonts.vue index 7b1d41b..c752049 100644 --- a/pages/fonts.vue +++ b/pages/fonts.vue @@ -3,140 +3,47 @@

Fonts

-

Welcome to /fonts! This page were created to list all fonts I have hosted it here, so you can use it too.

+

This page were created to list all fonts I have hosted it here, so you can use it too.

-
-

{{ family.family }}

-

{{ family.desc }}

- +
+

Pending...

+

Loading font lists, please wait...

+
+
+

Error

+

{{ error.message }}

+
+
+

{{ family.family }}

+

{{ family.desc }}

+ +
+
+

An unknown error occured

+

Oh no! An unknown error occured, please tell site administrator to fix this ASAP.