From 9593b6ff8ce144b7e3408ede6dbd06458cb45f38 Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Sat, 01 Jun 2024 17:13:38 +0000
Subject: [PATCH] feat: self-host fonts

---
 tests/exampleSiteWithImage/budget.desktop.json |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json
index 06bc6a5..7386c56 100644
--- a/tests/exampleSiteWithImage/budget.desktop.json
+++ b/tests/exampleSiteWithImage/budget.desktop.json
@@ -1,18 +1,18 @@
 {
     "budget": {
         "requests": {
-            "total": 9
+            "total": 8
         },
         "transferSize": {
             "total": 324608
         },
         "thirdParty": {
-            "requests": 5
+            "requests": 1
         },
         "score": {
             "bestpractice": 93,
-            "privacy": 84,
-            "performance": 86
+            "privacy": 89,
+            "performance": 81
         }
     }
 }

--
Gitblit v1.10.0