From 089dd2087d9c983f7cec12e67fd2f34e3a11f111 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Sat, 17 Sep 2022 21:41:39 +0200 Subject: [PATCH] fix: set proper path to cantarell font --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 690452e..1b7b2aa 100644 --- a/src/index.css +++ b/src/index.css @@ -77,6 +77,6 @@ font-display: swap; font-style: normal; font-named-instance: "Regular"; - src: url("node_modules/cantarell/cantarell.woff2") format("woff2"); + src: url("../node_modules/cantarell/cantarell.woff2") format("woff2"); } }