From e201c1948eaabb9c91204d80b755c6e9a9d02ee2 Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Fri, 31 May 2024 21:02:24 +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