From 91f3a98724aa8638c27c884abd5a82e973ca387c Mon Sep 17 00:00:00 2001 From: Oscar Alfonso Guerrero Date: Fri, 20 Sep 2024 19:33:39 -0600 Subject: [PATCH] v0.3.111 --- CHANGELOG.md | 4 ++++ plugin.ts | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe4e39..fc5dd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.111 + +- Added plugin fix that points to jsDelivr github cdn. + ## v0.3.110 - Added plugin fix that points to jsDelivr github cdn. diff --git a/plugin.ts b/plugin.ts index b7127a6..62f0450 100644 --- a/plugin.ts +++ b/plugin.ts @@ -18,24 +18,24 @@ export default function lunchboxPlugin(): Plugin { ], head: [ // Link to your main CSS file - ``, + ``, // Preload Figtree fonts - ``, - ``, - ``, + ``, + ``, + ``, // Preload FiraCode fonts - ``, - ``, + ``, + ``, // Preload Libre Caslon Text fonts - ``, - ``, - ``, + ``, + ``, + ``, // Load fonts.css for any additional font-related styles - ``, + ``, ], }; },