From e8a79a4ff7f81512a147bdd4358ddb9f9ac583ba Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 9 Oct 2024 22:42:16 +0200 Subject: [PATCH] Docs: Add comment about possibly wrong path --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 569d0bac0..b959ea056 100644 --- a/src/index.css +++ b/src/index.css @@ -68,6 +68,7 @@ @font-face { font-family: "Source Sans Pro"; + /*This path might seem incorrect. However, 'index.css' will be compiled and placed in 'public/css', from where this path _is_ correct*/ src: url("../assets/fonts/source-sans-pro.regular.ttf") format("woff"); }