From 18de4cff9edc4a79a8ba87d0a102d05248fc7ed7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 27 Oct 2022 11:54:35 +0200 Subject: fix(web/ui): Drop dependency on Roboto font This change removes the dependency on the Roboto font which was downloaded for every page of OpenDC. Since we do not actually use this font in any of our page, we can safely drop the dependency. --- opendc-web/opendc-web-ui/src/pages/_document.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opendc-web/opendc-web-ui/src/pages/_document.js b/opendc-web/opendc-web-ui/src/pages/_document.js index 011bf4da..9f84b2ab 100644 --- a/opendc-web/opendc-web-ui/src/pages/_document.js +++ b/opendc-web/opendc-web-ui/src/pages/_document.js @@ -63,12 +63,6 @@ class OpenDCDocument extends Document { content="OpenDC provides collaborative online datacenter modeling, diverse and effective datacenter simulation, and exploratory datacenter performance feedback." /> - - {/* CDN Dependencies */} -
-- cgit v1.2.3