From 8c5dc500e5de5170099beab764be34070229ce44 Mon Sep 17 00:00:00 2001 From: jakeayy Date: Thu, 9 Apr 2026 14:14:22 +0200 Subject: [PATCH] add external fallback to font URLs fixes #1167 --- layouts/header/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/header/style.css b/layouts/header/style.css index 1f4cac69..75616275 100644 --- a/layouts/header/style.css +++ b/layouts/header/style.css @@ -44,15 +44,15 @@ @font-face { font-family: 'RosettaIcons'; - src: url(chrome-extension://__MSG_@@extension_id__/fonts/rosetta.woff); + src: url(chrome-extension://__MSG_@@extension_id__/fonts/rosetta.woff), url(https://dimden.dev/fonts/rosetta.woff); } @font-face { font-family: "edgeicons"; - src: url(chrome-extension://__MSG_@@extension_id__/fonts/edge-icons-Regular.woff); + src: url(chrome-extension://__MSG_@@extension_id__/fonts/edge-icons-Regular.woff), url(https://dimden.dev/fonts/edge-icons-Regular.woff); } @font-face { font-family: 'JustBird'; - src: url(chrome-extension://__MSG_@@extension_id__/fonts/JustBird.woff2); + src: url(chrome-extension://__MSG_@@extension_id__/fonts/JustBird.woff2), url(https://dimden.dev/fonts/JustBird.woff2); unicode-range: U+EA00; } h1, h2, h3, h4, h5, h6 {