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/exampleSiteWithVideo/budget.desktop.json |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/exampleSiteWithVideo/budget.desktop.json b/tests/exampleSiteWithVideo/budget.desktop.json
index 433638a..054cac0 100644
--- a/tests/exampleSiteWithVideo/budget.desktop.json
+++ b/tests/exampleSiteWithVideo/budget.desktop.json
@@ -1,18 +1,18 @@
 {
     "budget": {
         "requests": {
-            "total": 9
+            "total": 8
         },
         "transferSize": {
             "total": 2048000
         },
         "thirdParty": {
-            "requests": 5
+            "requests": 1
         },
         "score": {
             "bestpractice": 93,
-            "privacy": 84,
-            "performance": 84
+            "privacy": 89,
+            "performance": 79
         }
     }
 }

--
Gitblit v1.10.0