From 2188d8be0960dcf48b154603b5d3a2360606fa2a Mon Sep 17 00:00:00 2001 From: MatejMa2ur Date: Wed, 8 May 2024 22:01:41 +0200 Subject: [PATCH] Update source path for Nordic Alternative font The source path for the "Nordic Alternative" font in the CSS style sheet has been changed from a local path to an absolute URL. This change ensures the font is always accessible, even when the local files are not available. --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 0895a11..3b94a75 100644 --- a/style/style.css +++ b/style/style.css @@ -1,6 +1,6 @@ @font-face { font-family: "Nordic Alternative"; - src: url("font/nordic/Nordic Alternative Regular.ttf") format("truetype"); + src: url("https://matejmazur.net/font/nordic/Nordic Alternative Regular.ttf") format("truetype"); } .nordic {