From 363cf32325fee674d02c58178dc7b3170fc44c14 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 27 Jun 2024 12:20:09 +0200 Subject: [PATCH] fix(core): Updated font loading strategy in index.html for improved performance --- changelog.md | 6 ++++++ html/index.html | 13 +++---------- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index a9c5241..e3509e8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-06-27 - 1.0.74 - fix(core) +Updated font loading strategy in index.html for improved performance + +- Replaced multiple font loading links with a single assetbroker link. +- Removed redundant preconnect and stylesheet links for fonts. + ## 2024-06-26 - 1.0.73 - fix(documentation) Update project description and keywords in package.json and npmextra.json. Refactored documentation in readme.md. diff --git a/html/index.html b/html/index.html index f3dfa03..5d13c30 100644 --- a/html/index.html +++ b/html/index.html @@ -10,16 +10,9 @@ /> - - - - - - + + +